Html Css Color HEX #8CC172 Olivine

📋 copy color: '#8CC172'

red 140 ◦ green 193 ◦ blue 114

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

Shades of Olivine #8CC172

Tints of Olivine #8CC172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 31.32%
G = 43.18%
B = 25.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#8CC172 (or 0x8CC172) is known color: Olivine. HEX triplet: 8C, C1 and 72. RGB value is (140,193,114). Sum of RGB (Red+Green+Blue) = 140+193+114=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC172 is #733E8D. Grayscale: #A8A8A8. Windows color (decimal): -7552654 or 7520652. OLE color: 7520652.

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

Color convert

RGB 140 193 114 -
CMYK 0.27 0 0.41 0.24
HSL 100.25º 0.39% 0.6% -
HSV(B) 100.25º 0.41% 0.76% -
XYZ 32.92 44.93 22.86 -
YUV 168.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 140 193 114 0.27 0 0.41 0.24 100.25 0.39 0.6
Hex 8C C1 72 1B 0 29 18 64 27 3C
Octal 214 301 162 33 0 51 30 144 47 74
Binary 10001100 11000001 1110010 11011 0 101001 11000 1100100 100111 111100

Color Harmonies of #8CC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC172

Black with #8CC172

Text Example


Text Example

White with #8CC172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,114); }

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

background-color css

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

 a { background-color: rgb(140,193,114); }

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

border-color css

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

 span { border-color: rgb(140,193,114); }

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