Html Css Color HEX #9CB077 Olivine

📋 copy color: '#9CB077'

red 156 ◦ green 176 ◦ blue 119

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

Shades of Olivine #9CB077

Tints of Olivine #9CB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.02%

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

R = 34.59%
G = 39.02%
B = 26.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#9CB077 (or 0x9CB077) is known color: Olivine. HEX triplet: 9C, B0 and 77. RGB value is (156,176,119). Sum of RGB (Red+Green+Blue) = 156+176+119=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB077 is #634F88. Grayscale: #A3A3A3. Windows color (decimal): -6508425 or 7843996. OLE color: 7843996.

HSL color Cylindrical-coordinate representation of color #9CB077: hue angle of 81.05º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB077 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 119 -
CMYK 0.11 0 0.32 0.31
HSL 81.05º 0.27% 0.58% -
HSV(B) 81.05º 0.32% 0.69% -
XYZ 32.57 39.45 23.35 -
YUV 163.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 156 176 119 0.11 0 0.32 0.31 81.05 0.27 0.58
Hex 9C B0 77 B 0 20 1F 51 1B 3A
Octal 234 260 167 13 0 40 37 121 33 72
Binary 10011100 10110000 1110111 1011 0 100000 11111 1010001 11011 111010

Color Harmonies of #9CB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB077

Black with #9CB077

Text Example


Text Example

White with #9CB077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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