Html Css Color HEX #8CC073 Olivine

📋 copy color: '#8CC073'

red 140 ◦ green 192 ◦ blue 115

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

Shades of Olivine #8CC073

Tints of Olivine #8CC073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 31.32%
G = 42.95%
B = 25.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#8CC073 (or 0x8CC073) is known color: Olivine. HEX triplet: 8C, C0 and 73. RGB value is (140,192,115). Sum of RGB (Red+Green+Blue) = 140+192+115=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC073 is #733F8C. Grayscale: #A7A7A7. Windows color (decimal): -7552909 or 7585932. OLE color: 7585932.

HSL color Cylindrical-coordinate representation of color #8CC073: hue angle of 100.52º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC073 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 115 -
CMYK 0.27 0 0.40 0.25
HSL 100.52º 0.38% 0.6% -
HSV(B) 100.52º 0.4% 0.75% -
XYZ 32.76 44.51 23.08 -
YUV 167.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 140 192 115 0.27 0 0.40 0.25 100.52 0.38 0.6
Hex 8C C0 73 1B 0 28 19 65 26 3C
Octal 214 300 163 33 0 50 31 145 46 74
Binary 10001100 11000000 1110011 11011 0 101000 11001 1100101 100110 111100

Color Harmonies of #8CC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC073

Black with #8CC073

Text Example


Text Example

White with #8CC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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