Html Css Color HEX #8DB965 Olivine

📋 copy color: '#8DB965'

red 141 ◦ green 185 ◦ blue 101

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

Shades of Olivine #8DB965

Tints of Olivine #8DB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 33.02%
G = 43.33%
B = 23.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#8DB965 (or 0x8DB965) is known color: Olivine. HEX triplet: 8D, B9 and 65. RGB value is (141,185,101). Sum of RGB (Red+Green+Blue) = 141+185+101=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB965 is #72469A. Grayscale: #A2A2A2. Windows color (decimal): -7489179 or 6666637. OLE color: 6666637.

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

Color convert

RGB 141 185 101 -
CMYK 0.24 0 0.45 0.27
HSL 91.43º 0.38% 0.56% -
HSV(B) 91.43º 0.45% 0.73% -
XYZ 30.68 41.3 18.67 -
YUV 162.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 141 185 101 0.24 0 0.45 0.27 91.43 0.38 0.56
Hex 8D B9 65 18 0 2D 1B 5B 26 38
Octal 215 271 145 30 0 55 33 133 46 70
Binary 10001101 10111001 1100101 11000 0 101101 11011 1011011 100110 111000

Color Harmonies of #8DB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB965

Black with #8DB965

Text Example


Text Example

White with #8DB965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,101); }

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

background-color css

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

 a { background-color: rgb(141,185,101); }

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

border-color css

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

 span { border-color: rgb(141,185,101); }

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