Html Css Color HEX #9FCB74 Olivine

📋 copy color: '#9FCB74'

red 159 ◦ green 203 ◦ blue 116

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

Shades of Olivine #9FCB74

Tints of Olivine #9FCB74

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 33.26%
G = 42.47%
B = 24.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#9FCB74 (or 0x9FCB74) is known color: Olivine. HEX triplet: 9F, CB and 74. RGB value is (159,203,116). Sum of RGB (Red+Green+Blue) = 159+203+116=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB74 is #60348B. Grayscale: #B4B4B4. Windows color (decimal): -6304908 or 7654303. OLE color: 7654303.

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

Color convert

RGB 159 203 116 -
CMYK 0.22 0 0.43 0.20
HSL 90.34º 0.46% 0.63% -
HSV(B) 90.34º 0.43% 0.8% -
XYZ 38.81 51.34 24.39 -
YUV 179.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 159 203 116 0.22 0 0.43 0.20 90.34 0.46 0.63
Hex 9F CB 74 16 0 2B 14 5A 2E 3F
Octal 237 313 164 26 0 53 24 132 56 77
Binary 10011111 11001011 1110100 10110 0 101011 10100 1011010 101110 111111

Color Harmonies of #9FCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB74

Black with #9FCB74

Text Example


Text Example

White with #9FCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,116); }

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

background-color css

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

 a { background-color: rgb(159,203,116); }

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

border-color css

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

 span { border-color: rgb(159,203,116); }

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