Html Css Color HEX #9FCC6F Olivine

📋 copy color: '#9FCC6F'

red 159 ◦ green 204 ◦ blue 111

#9FCC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9FCC6F

Tints of Olivine #9FCC6F

RGB

 RED value IS 159 (62.5% from 255) = 33.54%

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 33.54%
G = 43.04%
B = 23.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#9FCC6F (or 0x9FCC6F) is known color: Olivine. HEX triplet: 9F, CC and 6F. RGB value is (159,204,111). Sum of RGB (Red+Green+Blue) = 159+204+111=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC6F is #603390. Grayscale: #B4B4B4. Windows color (decimal): -6304657 or 7326879. OLE color: 7326879.

HSL color Cylindrical-coordinate representation of color #9FCC6F: hue angle of 89.03º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FCC6F is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 111 -
CMYK 0.22 0 0.46 0.2
HSL 89.03º 0.48% 0.62% -
HSV(B) 89.03º 0.46% 0.8% -
XYZ 38.76 51.7 22.98 -
YUV 179.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 159 204 111 0.22 0 0.46 0.2 89.03 0.48 0.62
Hex 9F CC 6F 16 0 2E 14 59 30 3E
Octal 237 314 157 26 0 56 24 131 60 76
Binary 10011111 11001100 1101111 10110 0 101110 10100 1011001 110000 111110

Color Harmonies of #9FCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC6F

Black with #9FCC6F

Text Example


Text Example

White with #9FCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCC6F; }

 p { color: rgb(159,204,111); }

 H1.HeaderClassName
 {
   color: #9FCC6F;
 }
 .AnyTagClassName
 {
   color: #9FCC6F;
 }
</style>

background-color css

<style>
 a { background-color: #9FCC6F; }

 a { background-color: rgb(159,204,111); }

 div.DivClassName
 {
   background-color: #9FCC6F;
 }
 .BgClassName
 {
   background-color: #9FCC6F;
 }
</style>

border-color css

<style>
 span { border-color: #9FCC6F; }

 span { border-color: rgb(159,204,111); }

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