Html Css Color HEX #8CB974 Olivine

📋 copy color: '#8CB974'

red 140 ◦ green 185 ◦ blue 116

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

Shades of Olivine #8CB974

Tints of Olivine #8CB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 31.75%
G = 41.95%
B = 26.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#8CB974 (or 0x8CB974) is known color: Olivine. HEX triplet: 8C, B9 and 74. RGB value is (140,185,116). Sum of RGB (Red+Green+Blue) = 140+185+116=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB974 is #73468B. Grayscale: #A3A3A3. Windows color (decimal): -7554700 or 7649676. OLE color: 7649676.

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

Color convert

RGB 140 185 116 -
CMYK 0.24 0 0.37 0.27
HSL 99.13º 0.33% 0.59% -
HSV(B) 99.13º 0.37% 0.73% -
XYZ 31.32 41.53 22.89 -
YUV 163.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 140 185 116 0.24 0 0.37 0.27 99.13 0.33 0.59
Hex 8C B9 74 18 0 25 1B 63 21 3B
Octal 214 271 164 30 0 45 33 143 41 73
Binary 10001100 10111001 1110100 11000 0 100101 11011 1100011 100001 111011

Color Harmonies of #8CB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB974

Black with #8CB974

Text Example


Text Example

White with #8CB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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