Html Css Color HEX #8DA675 Olivine

📋 copy color: '#8DA675'

red 141 ◦ green 166 ◦ blue 117

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

Shades of Olivine #8DA675

Tints of Olivine #8DA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 33.25%
G = 39.15%
B = 27.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#8DA675 (or 0x8DA675) is known color: Olivine. HEX triplet: 8D, A6 and 75. RGB value is (141,166,117). Sum of RGB (Red+Green+Blue) = 141+166+117=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA675 is #72598A. Grayscale: #999999. Windows color (decimal): -7494027 or 7710349. OLE color: 7710349.

HSL color Cylindrical-coordinate representation of color #8DA675: hue angle of 90.61º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DA675 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 117 -
CMYK 0.15 0 0.30 0.35
HSL 90.61º 0.22% 0.55% -
HSV(B) 90.61º 0.3% 0.65% -
XYZ 27.83 34.22 21.97 -
YUV 152.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 141 166 117 0.15 0 0.30 0.35 90.61 0.22 0.55
Hex 8D A6 75 F 0 1E 23 5B 16 37
Octal 215 246 165 17 0 36 43 133 26 67
Binary 10001101 10100110 1110101 1111 0 11110 100011 1011011 10110 110111

Color Harmonies of #8DA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA675

Black with #8DA675

Text Example


Text Example

White with #8DA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,117); }

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

background-color css

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

 a { background-color: rgb(141,166,117); }

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

border-color css

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

 span { border-color: rgb(141,166,117); }

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