Html Css Color HEX #8CB279 Olivine

📋 copy color: '#8CB279'

red 140 ◦ green 178 ◦ blue 121

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

Shades of Olivine #8CB279

Tints of Olivine #8CB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 31.89%
G = 40.55%
B = 27.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#8CB279 (or 0x8CB279) is known color: Olivine. HEX triplet: 8C, B2 and 79. RGB value is (140,178,121). Sum of RGB (Red+Green+Blue) = 140+178+121=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB279 is #734D86. Grayscale: #A0A0A0. Windows color (decimal): -7556487 or 7975564. OLE color: 7975564.

HSL color Cylindrical-coordinate representation of color #8CB279: hue angle of 100º degrees, saturation: 0.27, 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 #8CB279 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 121 -
CMYK 0.21 0 0.32 0.30
HSL 100º 0.27% 0.59% -
HSV(B) 100º 0.32% 0.7% -
XYZ 30.19 38.8 23.99 -
YUV 160.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 140 178 121 0.21 0 0.32 0.30 100 0.27 0.59
Hex 8C B2 79 15 0 20 1E 64 1B 3B
Octal 214 262 171 25 0 40 36 144 33 73
Binary 10001100 10110010 1111001 10101 0 100000 11110 1100100 11011 111011

Color Harmonies of #8CB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB279

Black with #8CB279

Text Example


Text Example

White with #8CB279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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