Html Css Color HEX #8CB773 Olivine

📋 copy color: '#8CB773'

red 140 ◦ green 183 ◦ blue 115

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

Shades of Olivine #8CB773

Tints of Olivine #8CB773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 31.96%
G = 41.78%
B = 26.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#8CB773 (or 0x8CB773) is known color: Olivine. HEX triplet: 8C, B7 and 73. RGB value is (140,183,115). Sum of RGB (Red+Green+Blue) = 140+183+115=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB773 is #73488C. Grayscale: #A2A2A2. Windows color (decimal): -7555213 or 7583628. OLE color: 7583628.

HSL color Cylindrical-coordinate representation of color #8CB773: hue angle of 97.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB773 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 115 -
CMYK 0.23 0 0.37 0.28
HSL 97.94º 0.32% 0.58% -
HSV(B) 97.94º 0.37% 0.72% -
XYZ 30.84 40.68 22.45 -
YUV 162.39 101.25 112.03 -
System Red Green Blue C M Y K H S L
Decimal 140 183 115 0.23 0 0.37 0.28 97.94 0.32 0.58
Hex 8C B7 73 17 0 25 1C 62 20 3A
Octal 214 267 163 27 0 45 34 142 40 72
Binary 10001100 10110111 1110011 10111 0 100101 11100 1100010 100000 111010

Color Harmonies of #8CB773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB773

Black with #8CB773

Text Example


Text Example

White with #8CB773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,115); }

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

background-color css

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

 a { background-color: rgb(140,183,115); }

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

border-color css

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

 span { border-color: rgb(140,183,115); }

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