Html Css Color HEX #8CB879 Olivine

📋 copy color: '#8CB879'

red 140 ◦ green 184 ◦ blue 121

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

Shades of Olivine #8CB879

Tints of Olivine #8CB879

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

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

R = 31.46%
G = 41.35%
B = 27.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#8CB879 (or 0x8CB879) is known color: Olivine. HEX triplet: 8C, B8 and 79. RGB value is (140,184,121). Sum of RGB (Red+Green+Blue) = 140+184+121=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB879 is #734786. Grayscale: #A3A3A3. Windows color (decimal): -7554951 or 7977100. OLE color: 7977100.

HSL color Cylindrical-coordinate representation of color #8CB879: hue angle of 101.9º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CB879 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 121 -
CMYK 0.24 0 0.34 0.28
HSL 101.9º 0.31% 0.6% -
HSV(B) 101.9º 0.34% 0.72% -
XYZ 31.41 41.24 24.39 -
YUV 163.66 103.92 111.12 -
System Red Green Blue C M Y K H S L
Decimal 140 184 121 0.24 0 0.34 0.28 101.9 0.31 0.6
Hex 8C B8 79 18 0 22 1C 66 1F 3C
Octal 214 270 171 30 0 42 34 146 37 74
Binary 10001100 10111000 1111001 11000 0 100010 11100 1100110 11111 111100

Color Harmonies of #8CB879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB879

Black with #8CB879

Text Example


Text Example

White with #8CB879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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