Html Css Color HEX #8BB270 Olivine

📋 copy color: '#8BB270'

red 139 ◦ green 178 ◦ blue 112

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

Shades of Olivine #8BB270

Tints of Olivine #8BB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 32.4%
G = 41.49%
B = 26.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#8BB270 (or 0x8BB270) is known color: Olivine. HEX triplet: 8B, B2 and 70. RGB value is (139,178,112). Sum of RGB (Red+Green+Blue) = 139+178+112=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB270 is #744D8F. Grayscale: #9F9F9F. Windows color (decimal): -7622032 or 7385739. OLE color: 7385739.

HSL color Cylindrical-coordinate representation of color #8BB270: hue angle of 95.45º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB270 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 178 112 -
CMYK 0.22 0 0.37 0.30
HSL 95.45º 0.3% 0.57% -
HSV(B) 95.45º 0.37% 0.7% -
XYZ 29.49 38.5 21.21 -
YUV 158.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 139 178 112 0.22 0 0.37 0.30 95.45 0.3 0.57
Hex 8B B2 70 16 0 25 1E 5F 1E 39
Octal 213 262 160 26 0 45 36 137 36 71
Binary 10001011 10110010 1110000 10110 0 100101 11110 1011111 11110 111001

Color Harmonies of #8BB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB270

Black with #8BB270

Text Example


Text Example

White with #8BB270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,178,112); }

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

background-color css

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

 a { background-color: rgb(139,178,112); }

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

border-color css

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

 span { border-color: rgb(139,178,112); }

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