Html Css Color HEX #8CBE79 Olivine

📋 copy color: '#8CBE79'

red 140 ◦ green 190 ◦ blue 121

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

Shades of Olivine #8CBE79

Tints of Olivine #8CBE79

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

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

R = 31.04%
G = 42.13%
B = 26.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#8CBE79 (or 0x8CBE79) is known color: Olivine. HEX triplet: 8C, BE and 79. RGB value is (140,190,121). Sum of RGB (Red+Green+Blue) = 140+190+121=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE79 is #734186. Grayscale: #A7A7A7. Windows color (decimal): -7553415 or 7978636. OLE color: 7978636.

HSL color Cylindrical-coordinate representation of color #8CBE79: hue angle of 103.48º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBE79 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 121 -
CMYK 0.26 0 0.36 0.25
HSL 103.48º 0.35% 0.61% -
HSV(B) 103.48º 0.36% 0.75% -
XYZ 32.68 43.78 24.82 -
YUV 167.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 140 190 121 0.26 0 0.36 0.25 103.48 0.35 0.61
Hex 8C BE 79 1A 0 24 19 67 23 3D
Octal 214 276 171 32 0 44 31 147 43 75
Binary 10001100 10111110 1111001 11010 0 100100 11001 1100111 100011 111101

Color Harmonies of #8CBE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE79

Black with #8CBE79

Text Example


Text Example

White with #8CBE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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