Html Css Color HEX #9CB768 Olivine

📋 copy color: '#9CB768'

red 156 ◦ green 183 ◦ blue 104

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

Shades of Olivine #9CB768

Tints of Olivine #9CB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 35.21%
G = 41.31%
B = 23.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#9CB768 (or 0x9CB768) is known color: Olivine. HEX triplet: 9C, B7 and 68. RGB value is (156,183,104). Sum of RGB (Red+Green+Blue) = 156+183+104=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB768 is #634897. Grayscale: #A6A6A6. Windows color (decimal): -6506648 or 6862748. OLE color: 6862748.

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

Color convert

RGB 156 183 104 -
CMYK 0.15 0 0.43 0.28
HSL 80.51º 0.35% 0.56% -
HSV(B) 80.51º 0.43% 0.72% -
XYZ 33.14 41.93 19.44 -
YUV 165.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 156 183 104 0.15 0 0.43 0.28 80.51 0.35 0.56
Hex 9C B7 68 F 0 2B 1C 51 23 38
Octal 234 267 150 17 0 53 34 121 43 70
Binary 10011100 10110111 1101000 1111 0 101011 11100 1010001 100011 111000

Color Harmonies of #9CB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB768

Black with #9CB768

Text Example


Text Example

White with #9CB768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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