#6FB14A

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

Shades of Apple #6FB14A

Tints of Apple #6FB14A

Color information

#6FB14A (or 0x6FB14A) is unknown color: approx Apple. HEX triplet: 6F, B1 and 4A. RGB value is (111,177,74). Sum of RGB (Red+Green+Blue) = 111+177+74=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB14A is #904EB5. Grayscale: #919191. Windows color (decimal): -9457334 or 4895087. OLE color: 4895087.

HSL color Cylindrical-coordinate representation of color #6FB14A: hue angle of 98.45º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FB14A is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB11117774-
CMYK0.3700.580.31
HSL98.45º41.04%49.22%-
HSV(B)98.45º58.19%69.41%-
XYZ23.5135.3212.06-
YUV145.5287.63103.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.66%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=30.66%
G=48.90%
B=20.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111177740.3700.580.3198.4541.0449.22
Hex6FB14A2503A1F622931
Octal15726111245072371425161
Binary11011111011000110010101001010111010111111100010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,74); }

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

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

 a { background-color: rgb(111,177,74); }

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

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

 span { border-color: rgb(111,177,74); }

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