Html Css Color HEX #9CBB7C Olivine

📋 copy color: '#9CBB7C'

red 156 ◦ green 187 ◦ blue 124

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

Shades of Olivine #9CBB7C

Tints of Olivine #9CBB7C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 33.4%
G = 40.04%
B = 26.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#9CBB7C (or 0x9CBB7C) is known color: Olivine. HEX triplet: 9C, BB and 7C. RGB value is (156,187,124). Sum of RGB (Red+Green+Blue) = 156+187+124=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB7C is #634483. Grayscale: #AAAAAA. Windows color (decimal): -6505604 or 8174492. OLE color: 8174492.

HSL color Cylindrical-coordinate representation of color #9CBB7C: hue angle of 89.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBB7C is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 124 -
CMYK 0.17 0 0.34 0.27
HSL 89.52º 0.32% 0.61% -
HSV(B) 89.52º 0.34% 0.73% -
XYZ 35.12 44.06 25.72 -
YUV 170.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 156 187 124 0.17 0 0.34 0.27 89.52 0.32 0.61
Hex 9C BB 7C 11 0 22 1B 5A 20 3D
Octal 234 273 174 21 0 42 33 132 40 75
Binary 10011100 10111011 1111100 10001 0 100010 11011 1011010 100000 111101

Color Harmonies of #9CBB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB7C

Black with #9CBB7C

Text Example


Text Example

White with #9CBB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,124); }

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

background-color css

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

 a { background-color: rgb(156,187,124); }

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

border-color css

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

 span { border-color: rgb(156,187,124); }

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