Html Css Color HEX #9CB76F Olivine

📋 copy color: '#9CB76F'

red 156 ◦ green 183 ◦ blue 111

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

Shades of Olivine #9CB76F

Tints of Olivine #9CB76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 34.67%
G = 40.67%
B = 24.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#9CB76F (or 0x9CB76F) is known color: Olivine. HEX triplet: 9C, B7 and 6F. RGB value is (156,183,111). Sum of RGB (Red+Green+Blue) = 156+183+111=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB76F is #634890. Grayscale: #A6A6A6. Windows color (decimal): -6506641 or 7321500. OLE color: 7321500.

HSL color Cylindrical-coordinate representation of color #9CB76F: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB76F is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 111 -
CMYK 0.15 0 0.39 0.28
HSL 82.5º 0.33% 0.58% -
HSV(B) 82.5º 0.39% 0.72% -
XYZ 33.51 42.08 21.4 -
YUV 166.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 156 183 111 0.15 0 0.39 0.28 82.5 0.33 0.58
Hex 9C B7 6F F 0 27 1C 52 21 3A
Octal 234 267 157 17 0 47 34 122 41 72
Binary 10011100 10110111 1101111 1111 0 100111 11100 1010010 100001 111010

Color Harmonies of #9CB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB76F

Black with #9CB76F

Text Example


Text Example

White with #9CB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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