Html Css Color HEX #8BB278 Olivine

📋 copy color: '#8BB278'

red 139 ◦ green 178 ◦ blue 120

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

Shades of Olivine #8BB278

Tints of Olivine #8BB278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 31.81%
G = 40.73%
B = 27.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#8BB278 (or 0x8BB278) is known color: Olivine. HEX triplet: 8B, B2 and 78. RGB value is (139,178,120). Sum of RGB (Red+Green+Blue) = 139+178+120=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB278 is #744D87. Grayscale: #9F9F9F. Windows color (decimal): -7622024 or 7910027. OLE color: 7910027.

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

Color convert

RGB 139 178 120 -
CMYK 0.22 0 0.33 0.30
HSL 100.34º 0.27% 0.58% -
HSV(B) 100.34º 0.33% 0.7% -
XYZ 29.96 38.69 23.66 -
YUV 159.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 139 178 120 0.22 0 0.33 0.30 100.34 0.27 0.58
Hex 8B B2 78 16 0 21 1E 64 1B 3A
Octal 213 262 170 26 0 41 36 144 33 72
Binary 10001011 10110010 1111000 10110 0 100001 11110 1100100 11011 111010

Color Harmonies of #8BB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB278

Black with #8BB278

Text Example


Text Example

White with #8BB278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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