Html Css Color HEX #8CC075 Olivine

📋 copy color: '#8CC075'

red 140 ◦ green 192 ◦ blue 117

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

Shades of Olivine #8CC075

Tints of Olivine #8CC075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 31.18%
G = 42.76%
B = 26.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#8CC075 (or 0x8CC075) is known color: Olivine. HEX triplet: 8C, C0 and 75. RGB value is (140,192,117). Sum of RGB (Red+Green+Blue) = 140+192+117=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC075 is #733F8A. Grayscale: #A8A8A8. Windows color (decimal): -7552907 or 7717004. OLE color: 7717004.

HSL color Cylindrical-coordinate representation of color #8CC075: hue angle of 101.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC075 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 117 -
CMYK 0.27 0 0.39 0.25
HSL 101.6º 0.37% 0.61% -
HSV(B) 101.6º 0.39% 0.75% -
XYZ 32.88 44.56 23.7 -
YUV 167.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 140 192 117 0.27 0 0.39 0.25 101.6 0.37 0.61
Hex 8C C0 75 1B 0 27 19 66 25 3D
Octal 214 300 165 33 0 47 31 146 45 75
Binary 10001100 11000000 1110101 11011 0 100111 11001 1100110 100101 111101

Color Harmonies of #8CC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC075

Black with #8CC075

Text Example


Text Example

White with #8CC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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