Html Css Color HEX #9CB379 Olivine

📋 copy color: '#9CB379'

red 156 ◦ green 179 ◦ blue 121

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

Shades of Olivine #9CB379

Tints of Olivine #9CB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 34.21%
G = 39.25%
B = 26.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#9CB379 (or 0x9CB379) is known color: Olivine. HEX triplet: 9C, B3 and 79. RGB value is (156,179,121). Sum of RGB (Red+Green+Blue) = 156+179+121=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB379 is #634C86. Grayscale: #A5A5A5. Windows color (decimal): -6507655 or 7975836. OLE color: 7975836.

HSL color Cylindrical-coordinate representation of color #9CB379: hue angle of 83.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB379 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 121 -
CMYK 0.13 0 0.32 0.30
HSL 83.79º 0.28% 0.59% -
HSV(B) 83.79º 0.32% 0.7% -
XYZ 33.28 40.69 24.19 -
YUV 165.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 156 179 121 0.13 0 0.32 0.30 83.79 0.28 0.59
Hex 9C B3 79 D 0 20 1E 54 1C 3B
Octal 234 263 171 15 0 40 36 124 34 73
Binary 10011100 10110011 1111001 1101 0 100000 11110 1010100 11100 111011

Color Harmonies of #9CB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB379

Black with #9CB379

Text Example


Text Example

White with #9CB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,121); }

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

background-color css

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

 a { background-color: rgb(156,179,121); }

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

border-color css

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

 span { border-color: rgb(156,179,121); }

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