Html Css Color HEX #8CB46D Olivine

📋 copy color: '#8CB46D'

red 140 ◦ green 180 ◦ blue 109

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

Shades of Olivine #8CB46D

Tints of Olivine #8CB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 32.63%
G = 41.96%
B = 25.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#8CB46D (or 0x8CB46D) is known color: Olivine. HEX triplet: 8C, B4 and 6D. RGB value is (140,180,109). Sum of RGB (Red+Green+Blue) = 140+180+109=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB46D is #734B92. Grayscale: #A0A0A0. Windows color (decimal): -7555987 or 7189644. OLE color: 7189644.

HSL color Cylindrical-coordinate representation of color #8CB46D: hue angle of 93.8º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CB46D is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 109 -
CMYK 0.22 0 0.39 0.29
HSL 93.8º 0.32% 0.57% -
HSV(B) 93.8º 0.39% 0.71% -
XYZ 29.9 39.32 20.48 -
YUV 159.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 140 180 109 0.22 0 0.39 0.29 93.8 0.32 0.57
Hex 8C B4 6D 16 0 27 1D 5E 20 39
Octal 214 264 155 26 0 47 35 136 40 71
Binary 10001100 10110100 1101101 10110 0 100111 11101 1011110 100000 111001

Color Harmonies of #8CB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB46D

Black with #8CB46D

Text Example


Text Example

White with #8CB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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