Html Css Color HEX #9CB766 Olivine

📋 copy color: '#9CB766'

red 156 ◦ green 183 ◦ blue 102

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

Shades of Olivine #9CB766

Tints of Olivine #9CB766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 35.37%
G = 41.5%
B = 23.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#9CB766 (or 0x9CB766) is known color: Olivine. HEX triplet: 9C, B7 and 66. RGB value is (156,183,102). Sum of RGB (Red+Green+Blue) = 156+183+102=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB766 is #634899. Grayscale: #A5A5A5. Windows color (decimal): -6506650 or 6731676. OLE color: 6731676.

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

Color convert

RGB 156 183 102 -
CMYK 0.15 0 0.44 0.28
HSL 80º 0.36% 0.56% -
HSV(B) 80º 0.44% 0.72% -
XYZ 33.04 41.89 18.92 -
YUV 165.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 156 183 102 0.15 0 0.44 0.28 80 0.36 0.56
Hex 9C B7 66 F 0 2C 1C 50 24 38
Octal 234 267 146 17 0 54 34 120 44 70
Binary 10011100 10110111 1100110 1111 0 101100 11100 1010000 100100 111000

Color Harmonies of #9CB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB766

Black with #9CB766

Text Example


Text Example

White with #9CB766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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