Html Css Color HEX #8CB57A Olivine

📋 copy color: '#8CB57A'

red 140 ◦ green 181 ◦ blue 122

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

Shades of Olivine #8CB57A

Tints of Olivine #8CB57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 31.6%
G = 40.86%
B = 27.54%

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

#8CB57A (or 0x8CB57A) is known color: Olivine. HEX triplet: 8C, B5 and 7A. RGB value is (140,181,122). Sum of RGB (Red+Green+Blue) = 140+181+122=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB57A is #734A85. Grayscale: #A2A2A2. Windows color (decimal): -7555718 or 8041868. OLE color: 8041868.

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

Color convert

RGB 140 181 122 -
CMYK 0.23 0 0.33 0.29
HSL 101.69º 0.29% 0.59% -
HSV(B) 101.69º 0.33% 0.71% -
XYZ 30.85 40.03 24.51 -
YUV 162.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 140 181 122 0.23 0 0.33 0.29 101.69 0.29 0.59
Hex 8C B5 7A 17 0 21 1D 66 1D 3B
Octal 214 265 172 27 0 41 35 146 35 73
Binary 10001100 10110101 1111010 10111 0 100001 11101 1100110 11101 111011

Color Harmonies of #8CB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB57A

Black with #8CB57A

Text Example


Text Example

White with #8CB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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