Html Css Color HEX #9FCF70 Olivine

📋 copy color: '#9FCF70'

red 159 ◦ green 207 ◦ blue 112

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

Shades of Olivine #9FCF70

Tints of Olivine #9FCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 33.26%
G = 43.31%
B = 23.43%

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

#9FCF70 (or 0x9FCF70) is known color: Olivine. HEX triplet: 9F, CF and 70. RGB value is (159,207,112). Sum of RGB (Red+Green+Blue) = 159+207+112=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF70 is #60308F. Grayscale: #B6B6B6. Windows color (decimal): -6303888 or 7393183. OLE color: 7393183.

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

Color convert

RGB 159 207 112 -
CMYK 0.23 0 0.46 0.19
HSL 90.32º 0.5% 0.63% -
HSV(B) 90.32º 0.46% 0.81% -
XYZ 39.54 53.17 23.51 -
YUV 181.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 159 207 112 0.23 0 0.46 0.19 90.32 0.5 0.63
Hex 9F CF 70 17 0 2E 13 5A 32 3F
Octal 237 317 160 27 0 56 23 132 62 77
Binary 10011111 11001111 1110000 10111 0 101110 10011 1011010 110010 111111

Color Harmonies of #9FCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF70

Black with #9FCF70

Text Example


Text Example

White with #9FCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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