Html Css Color HEX #9FCF6F Olivine

📋 copy color: '#9FCF6F'

red 159 ◦ green 207 ◦ blue 111

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

Shades of Olivine #9FCF6F

Tints of Olivine #9FCF6F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

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

R = 33.33%
G = 43.4%
B = 23.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#9FCF6F (or 0x9FCF6F) is known color: Olivine. HEX triplet: 9F, CF and 6F. RGB value is (159,207,111). Sum of RGB (Red+Green+Blue) = 159+207+111=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF6F is #603090. Grayscale: #B6B6B6. Windows color (decimal): -6303889 or 7327647. OLE color: 7327647.

HSL color Cylindrical-coordinate representation of color #9FCF6F: hue angle of 90º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FCF6F is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 111 -
CMYK 0.23 0 0.46 0.19
HSL 90º 0.5% 0.62% -
HSV(B) 90º 0.46% 0.81% -
XYZ 39.48 53.14 23.22 -
YUV 181.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 159 207 111 0.23 0 0.46 0.19 90 0.5 0.62
Hex 9F CF 6F 17 0 2E 13 5A 32 3E
Octal 237 317 157 27 0 56 23 132 62 76
Binary 10011111 11001111 1101111 10111 0 101110 10011 1011010 110010 111110

Color Harmonies of #9FCF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF6F

Black with #9FCF6F

Text Example


Text Example

White with #9FCF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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