#6FB94B

Color #6FB94B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6FB94B

Tints of Apple #6FB94B

Color information

#6FB94B (or 0x6FB94B) is unknown color: approx Apple. HEX triplet: 6F, B9 and 4B. RGB value is (111,185,75). Sum of RGB (Red+Green+Blue) = 111+185+75=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB94B is #9046B4. Grayscale: #969696. Windows color (decimal): -9455285 or 4962671. OLE color: 4962671.

HSL color Cylindrical-coordinate representation of color #6FB94B: hue angle of 100.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FB94B is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB11118575-
CMYK0.400.590.27
HSL100.36º44%50.98%-
HSV(B)100.36º59.46%72.55%-
XYZ25.1738.5912.78-
YUV150.3385.4899.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=29.92%
G=49.87%
B=20.22%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111185750.400.590.27100.364450.98
Hex6FB94B2803B1B642c33
Octal15727111350073331445463
Binary11011111011100110010111010000111011110111100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB94B; }

 p { color: rgb(111,185,75); }

 H1.HeaderClassName
 {
   color: #6FB94B;
 }
 .AnyTagClassName
 {
   color: #6FB94B;
 }
</style>
background-color css

<style>
 a { background-color: #6FB94B; }

 a { background-color: rgb(111,185,75); }

 div.DivClassName
 {
   background-color: #6FB94B;
 }
 .BgClassName
 {
   background-color: #6FB94B;
 }
</style>
border-color css

<style>
 span { border-color: #6FB94B; }

 span { border-color: rgb(111,185,75); }

 td.TdClassName
 {
   border-color: #6FB94B;
 }
 .TagClassName
 {
   border-color: #6FB94B;
 }
</style>