Html Css Color HEX #8CB075 Olivine

📋 copy color: '#8CB075'

red 140 ◦ green 176 ◦ blue 117

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

Shades of Olivine #8CB075

Tints of Olivine #8CB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

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

R = 32.33%
G = 40.65%
B = 27.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#8CB075 (or 0x8CB075) is known color: Olivine. HEX triplet: 8C, B0 and 75. RGB value is (140,176,117). Sum of RGB (Red+Green+Blue) = 140+176+117=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB075 is #734F8A. Grayscale: #9E9E9E. Windows color (decimal): -7557003 or 7712908. OLE color: 7712908.

HSL color Cylindrical-coordinate representation of color #8CB075: hue angle of 96.61º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CB075 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 117 -
CMYK 0.20 0 0.34 0.31
HSL 96.61º 0.27% 0.57% -
HSV(B) 96.61º 0.34% 0.69% -
XYZ 29.55 37.91 22.59 -
YUV 158.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 140 176 117 0.20 0 0.34 0.31 96.61 0.27 0.57
Hex 8C B0 75 14 0 22 1F 61 1B 39
Octal 214 260 165 24 0 42 37 141 33 71
Binary 10001100 10110000 1110101 10100 0 100010 11111 1100001 11011 111001

Color Harmonies of #8CB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB075

Black with #8CB075

Text Example


Text Example

White with #8CB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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