Html Css Color HEX #9CBF77 Olivine

📋 copy color: '#9CBF77'

red 156 ◦ green 191 ◦ blue 119

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

Shades of Olivine #9CBF77

Tints of Olivine #9CBF77

RGB

 RED value IS 156 (61.33% from 255) = 33.48%

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 33.48%
G = 40.99%
B = 25.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9CBF77 (or 0x9CBF77) is known color: Olivine. HEX triplet: 9C, BF and 77. RGB value is (156,191,119). Sum of RGB (Red+Green+Blue) = 156+191+119=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF77 is #634088. Grayscale: #ACACAC. Windows color (decimal): -6504585 or 7847836. OLE color: 7847836.

HSL color Cylindrical-coordinate representation of color #9CBF77: hue angle of 89.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBF77 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 119 -
CMYK 0.18 0 0.38 0.25
HSL 89.17º 0.36% 0.61% -
HSV(B) 89.17º 0.38% 0.75% -
XYZ 35.67 45.66 24.39 -
YUV 172.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 156 191 119 0.18 0 0.38 0.25 89.17 0.36 0.61
Hex 9C BF 77 12 0 26 19 59 24 3D
Octal 234 277 167 22 0 46 31 131 44 75
Binary 10011100 10111111 1110111 10010 0 100110 11001 1011001 100100 111101

Color Harmonies of #9CBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF77

Black with #9CBF77

Text Example


Text Example

White with #9CBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,119); }

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

background-color css

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

 a { background-color: rgb(156,191,119); }

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

border-color css

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

 span { border-color: rgb(156,191,119); }

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