Html Css Color HEX #8DBB68 Olivine

📋 copy color: '#8DBB68'

red 141 ◦ green 187 ◦ blue 104

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

Shades of Olivine #8DBB68

Tints of Olivine #8DBB68

RGB

 RED value IS 141 (55.47% from 255) = 32.64%

 GREEN value IS 187 (73.44% from 255) = 43.29%

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

R = 32.64%
G = 43.29%
B = 24.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#8DBB68 (or 0x8DBB68) is known color: Olivine. HEX triplet: 8D, BB and 68. RGB value is (141,187,104). Sum of RGB (Red+Green+Blue) = 141+187+104=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB68 is #724497. Grayscale: #A4A4A4. Windows color (decimal): -7488664 or 6863757. OLE color: 6863757.

HSL color Cylindrical-coordinate representation of color #8DBB68: hue angle of 93.25º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBB68 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 104 -
CMYK 0.25 0 0.44 0.27
HSL 93.25º 0.38% 0.57% -
HSV(B) 93.25º 0.44% 0.73% -
XYZ 31.25 42.2 19.6 -
YUV 163.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 141 187 104 0.25 0 0.44 0.27 93.25 0.38 0.57
Hex 8D BB 68 19 0 2C 1B 5D 26 39
Octal 215 273 150 31 0 54 33 135 46 71
Binary 10001101 10111011 1101000 11001 0 101100 11011 1011101 100110 111001

Color Harmonies of #8DBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB68

Black with #8DBB68

Text Example


Text Example

White with #8DBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,104); }

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

background-color css

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

 a { background-color: rgb(141,187,104); }

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

border-color css

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

 span { border-color: rgb(141,187,104); }

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