Html Css Color HEX #8CB36A Olivine

📋 copy color: '#8CB36A'

red 140 ◦ green 179 ◦ blue 106

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

Shades of Olivine #8CB36A

Tints of Olivine #8CB36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 32.94%
G = 42.12%
B = 24.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#8CB36A (or 0x8CB36A) is known color: Olivine. HEX triplet: 8C, B3 and 6A. RGB value is (140,179,106). Sum of RGB (Red+Green+Blue) = 140+179+106=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB36A is #734C95. Grayscale: #9F9F9F. Windows color (decimal): -7556246 or 6992780. OLE color: 6992780.

HSL color Cylindrical-coordinate representation of color #8CB36A: hue angle of 92.05º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB36A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 106 -
CMYK 0.22 0 0.41 0.30
HSL 92.05º 0.32% 0.56% -
HSV(B) 92.05º 0.41% 0.7% -
XYZ 29.54 38.86 19.58 -
YUV 159.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 140 179 106 0.22 0 0.41 0.30 92.05 0.32 0.56
Hex 8C B3 6A 16 0 29 1E 5C 20 38
Octal 214 263 152 26 0 51 36 134 40 70
Binary 10001100 10110011 1101010 10110 0 101001 11110 1011100 100000 111000

Color Harmonies of #8CB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB36A

Black with #8CB36A

Text Example


Text Example

White with #8CB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,106); }

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

background-color css

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

 a { background-color: rgb(140,179,106); }

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

border-color css

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

 span { border-color: rgb(140,179,106); }

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