Html Css Color HEX #8CB579 Olivine

📋 copy color: '#8CB579'

red 140 ◦ green 181 ◦ blue 121

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

Shades of Olivine #8CB579

Tints of Olivine #8CB579

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 31.67%
G = 40.95%
B = 27.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#8CB579 (or 0x8CB579) is known color: Olivine. HEX triplet: 8C, B5 and 79. RGB value is (140,181,121). Sum of RGB (Red+Green+Blue) = 140+181+121=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB579 is #734A86. Grayscale: #A2A2A2. Windows color (decimal): -7555719 or 7976332. OLE color: 7976332.

HSL color Cylindrical-coordinate representation of color #8CB579: hue angle of 101º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB579 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 121 -
CMYK 0.23 0 0.33 0.29
HSL 101º 0.29% 0.59% -
HSV(B) 101º 0.33% 0.71% -
XYZ 30.79 40 24.19 -
YUV 161.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 140 181 121 0.23 0 0.33 0.29 101 0.29 0.59
Hex 8C B5 79 17 0 21 1D 65 1D 3B
Octal 214 265 171 27 0 41 35 145 35 73
Binary 10001100 10110101 1111001 10111 0 100001 11101 1100101 11101 111011

Color Harmonies of #8CB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB579

Black with #8CB579

Text Example


Text Example

White with #8CB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB579; }

 p { color: rgb(140,181,121); }

 H1.HeaderClassName
 {
   color: #8CB579;
 }
 .AnyTagClassName
 {
   color: #8CB579;
 }
</style>

background-color css

<style>
 a { background-color: #8CB579; }

 a { background-color: rgb(140,181,121); }

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

border-color css

<style>
 span { border-color: #8CB579; }

 span { border-color: rgb(140,181,121); }

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