Html Css Color HEX #8BBD78 Olivine

📋 copy color: '#8BBD78'

red 139 ◦ green 189 ◦ blue 120

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

Shades of Olivine #8BBD78

Tints of Olivine #8BBD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 31.03%
G = 42.19%
B = 26.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#8BBD78 (or 0x8BBD78) is known color: Olivine. HEX triplet: 8B, BD and 78. RGB value is (139,189,120). Sum of RGB (Red+Green+Blue) = 139+189+120=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD78 is #744287. Grayscale: #A6A6A6. Windows color (decimal): -7619208 or 7912843. OLE color: 7912843.

HSL color Cylindrical-coordinate representation of color #8BBD78: hue angle of 103.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBD78 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 189 120 -
CMYK 0.26 0 0.37 0.26
HSL 103.48º 0.34% 0.61% -
HSV(B) 103.48º 0.37% 0.74% -
XYZ 32.24 43.24 24.42 -
YUV 166.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 139 189 120 0.26 0 0.37 0.26 103.48 0.34 0.61
Hex 8B BD 78 1A 0 25 1A 67 22 3D
Octal 213 275 170 32 0 45 32 147 42 75
Binary 10001011 10111101 1111000 11010 0 100101 11010 1100111 100010 111101

Color Harmonies of #8BBD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBD78

Black with #8BBD78

Text Example


Text Example

White with #8BBD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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