Html Css Color HEX #8CB568 Olivine

📋 copy color: '#8CB568'

red 140 ◦ green 181 ◦ blue 104

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

Shades of Olivine #8CB568

Tints of Olivine #8CB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 32.94%
G = 42.59%
B = 24.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#8CB568 (or 0x8CB568) is known color: Olivine. HEX triplet: 8C, B5 and 68. RGB value is (140,181,104). Sum of RGB (Red+Green+Blue) = 140+181+104=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB568 is #734A97. Grayscale: #A0A0A0. Windows color (decimal): -7555736 or 6862220. OLE color: 6862220.

HSL color Cylindrical-coordinate representation of color #8CB568: hue angle of 91.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CB568 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 104 -
CMYK 0.23 0 0.43 0.29
HSL 91.95º 0.34% 0.56% -
HSV(B) 91.95º 0.43% 0.71% -
XYZ 29.84 39.62 19.17 -
YUV 159.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 140 181 104 0.23 0 0.43 0.29 91.95 0.34 0.56
Hex 8C B5 68 17 0 2B 1D 5C 22 38
Octal 214 265 150 27 0 53 35 134 42 70
Binary 10001100 10110101 1101000 10111 0 101011 11101 1011100 100010 111000

Color Harmonies of #8CB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB568

Black with #8CB568

Text Example


Text Example

White with #8CB568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,181,104); }

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

background-color css

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

 a { background-color: rgb(140,181,104); }

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

border-color css

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

 span { border-color: rgb(140,181,104); }

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