Html Css Color HEX #8CB479 Olivine

📋 copy color: '#8CB479'

red 140 ◦ green 180 ◦ blue 121

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

Shades of Olivine #8CB479

Tints of Olivine #8CB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 31.75%
G = 40.82%
B = 27.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#8CB479 (or 0x8CB479) is known color: Olivine. HEX triplet: 8C, B4 and 79. RGB value is (140,180,121). Sum of RGB (Red+Green+Blue) = 140+180+121=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB479 is #734B86. Grayscale: #A1A1A1. Windows color (decimal): -7555975 or 7976076. OLE color: 7976076.

HSL color Cylindrical-coordinate representation of color #8CB479: hue angle of 100.68º degrees, saturation: 0.28, 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 #8CB479 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 121 -
CMYK 0.22 0 0.33 0.29
HSL 100.68º 0.28% 0.59% -
HSV(B) 100.68º 0.33% 0.71% -
XYZ 30.59 39.6 24.12 -
YUV 161.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 140 180 121 0.22 0 0.33 0.29 100.68 0.28 0.59
Hex 8C B4 79 16 0 21 1D 65 1C 3B
Octal 214 264 171 26 0 41 35 145 34 73
Binary 10001100 10110100 1111001 10110 0 100001 11101 1100101 11100 111011

Color Harmonies of #8CB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB479

Black with #8CB479

Text Example


Text Example

White with #8CB479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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