Html Css Color HEX #8CAD6E Olivine

📋 copy color: '#8CAD6E'

red 140 ◦ green 173 ◦ blue 110

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

Shades of Olivine #8CAD6E

Tints of Olivine #8CAD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 33.1%
G = 40.9%
B = 26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#8CAD6E (or 0x8CAD6E) is known color: Olivine. HEX triplet: 8C, AD and 6E. RGB value is (140,173,110). Sum of RGB (Red+Green+Blue) = 140+173+110=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD6E is #735291. Grayscale: #9C9C9C. Windows color (decimal): -7557778 or 7253388. OLE color: 7253388.

HSL color Cylindrical-coordinate representation of color #8CAD6E: hue angle of 91.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAD6E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 110 -
CMYK 0.19 0 0.36 0.32
HSL 91.43º 0.28% 0.55% -
HSV(B) 91.43º 0.36% 0.68% -
XYZ 28.57 36.59 20.31 -
YUV 155.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 140 173 110 0.19 0 0.36 0.32 91.43 0.28 0.55
Hex 8C AD 6E 13 0 24 20 5B 1C 37
Octal 214 255 156 23 0 44 40 133 34 67
Binary 10001100 10101101 1101110 10011 0 100100 100000 1011011 11100 110111

Color Harmonies of #8CAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD6E

Black with #8CAD6E

Text Example


Text Example

White with #8CAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,110); }

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

background-color css

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

 a { background-color: rgb(140,173,110); }

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

border-color css

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

 span { border-color: rgb(140,173,110); }

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