Html Css Color HEX #8CB96E Olivine

📋 copy color: '#8CB96E'

red 140 ◦ green 185 ◦ blue 110

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

Shades of Olivine #8CB96E

Tints of Olivine #8CB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

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

R = 32.18%
G = 42.53%
B = 25.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#8CB96E (or 0x8CB96E) is known color: Olivine. HEX triplet: 8C, B9 and 6E. RGB value is (140,185,110). Sum of RGB (Red+Green+Blue) = 140+185+110=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB96E is #734691. Grayscale: #A3A3A3. Windows color (decimal): -7554706 or 7256460. OLE color: 7256460.

HSL color Cylindrical-coordinate representation of color #8CB96E: hue angle of 96º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB96E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 110 -
CMYK 0.24 0 0.41 0.27
HSL 96º 0.35% 0.58% -
HSV(B) 96º 0.41% 0.73% -
XYZ 30.98 41.4 21.11 -
YUV 163 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 140 185 110 0.24 0 0.41 0.27 96 0.35 0.58
Hex 8C B9 6E 18 0 29 1B 60 23 3A
Octal 214 271 156 30 0 51 33 140 43 72
Binary 10001100 10111001 1101110 11000 0 101001 11011 1100000 100011 111010

Color Harmonies of #8CB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB96E

Black with #8CB96E

Text Example


Text Example

White with #8CB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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