Html Css Color HEX #9CB76D Olivine

📋 copy color: '#9CB76D'

red 156 ◦ green 183 ◦ blue 109

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

Shades of Olivine #9CB76D

Tints of Olivine #9CB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.85%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 34.82%
G = 40.85%
B = 24.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#9CB76D (or 0x9CB76D) is known color: Olivine. HEX triplet: 9C, B7 and 6D. RGB value is (156,183,109). Sum of RGB (Red+Green+Blue) = 156+183+109=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB76D is #634892. Grayscale: #A6A6A6. Windows color (decimal): -6506643 or 7190428. OLE color: 7190428.

HSL color Cylindrical-coordinate representation of color #9CB76D: hue angle of 81.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CB76D is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 109 -
CMYK 0.15 0 0.40 0.28
HSL 81.89º 0.34% 0.57% -
HSV(B) 81.89º 0.4% 0.72% -
XYZ 33.4 42.04 20.82 -
YUV 166.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 156 183 109 0.15 0 0.40 0.28 81.89 0.34 0.57
Hex 9C B7 6D F 0 28 1C 52 22 39
Octal 234 267 155 17 0 50 34 122 42 71
Binary 10011100 10110111 1101101 1111 0 101000 11100 1010010 100010 111001

Color Harmonies of #9CB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB76D

Black with #9CB76D

Text Example


Text Example

White with #9CB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,109); }

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

background-color css

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

 a { background-color: rgb(156,183,109); }

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

border-color css

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

 span { border-color: rgb(156,183,109); }

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