Html Css Color HEX #8BAF75 Olivine

📋 copy color: '#8BAF75'

red 139 ◦ green 175 ◦ blue 117

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

Shades of Olivine #8BAF75

Tints of Olivine #8BAF75

RGB

 RED value IS 139 (54.69% from 255) = 32.25%

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 32.25%
G = 40.6%
B = 27.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#8BAF75 (or 0x8BAF75) is known color: Olivine. HEX triplet: 8B, AF and 75. RGB value is (139,175,117). Sum of RGB (Red+Green+Blue) = 139+175+117=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF75 is #74508A. Grayscale: #9D9D9D. Windows color (decimal): -7622795 or 7712651. OLE color: 7712651.

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

Color convert

RGB 139 175 117 -
CMYK 0.21 0 0.33 0.31
HSL 97.24º 0.27% 0.57% -
HSV(B) 97.24º 0.33% 0.69% -
XYZ 29.19 37.43 22.52 -
YUV 157.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 139 175 117 0.21 0 0.33 0.31 97.24 0.27 0.57
Hex 8B AF 75 15 0 21 1F 61 1B 39
Octal 213 257 165 25 0 41 37 141 33 71
Binary 10001011 10101111 1110101 10101 0 100001 11111 1100001 11011 111001

Color Harmonies of #8BAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF75

Black with #8BAF75

Text Example


Text Example

White with #8BAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,117); }

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

background-color css

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

 a { background-color: rgb(139,175,117); }

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

border-color css

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

 span { border-color: rgb(139,175,117); }

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