Html Css Color HEX #788B0A Olive

📋 copy color: '#788B0A'

red 120 ◦ green 139 ◦ blue 10

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

Shades of Olive #788B0A

Tints of Olive #788B0A

RGB

 RED value IS 120 (47.27% from 255) = 44.61%

 GREEN value IS 139 (54.69% from 255) = 51.67%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 44.61%
G = 51.67%
B = 3.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#788B0A (or 0x788B0A) is known color: Olive. HEX triplet: 78, 8B and 0A. RGB value is (120,139,10). Sum of RGB (Red+Green+Blue) = 120+139+10=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #788B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788B0A is #8774F5. Grayscale: #777777. Windows color (decimal): -8877302 or 691064. OLE color: 691064.

HSL color Cylindrical-coordinate representation of color #788B0A: hue angle of 68.84º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #788B0A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 139 10 -
CMYK 0.14 0 0.93 0.45
HSL 68.84º 0.87% 0.29% -
HSV(B) 68.84º 0.93% 0.55% -
XYZ 17.03 22.48 3.73 -
YUV 118.61 66.71 128.99 -
System Red Green Blue C M Y K H S L
Decimal 120 139 10 0.14 0 0.93 0.45 68.84 0.87 0.29
Hex 78 8B A E 0 5D 2D 45 57 1D
Octal 170 213 12 16 0 135 55 105 127 35
Binary 1111000 10001011 1010 1110 0 1011101 101101 1000101 1010111 11101

Color Harmonies of #788B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B0A

Black with #788B0A

Text Example


Text Example

White with #788B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788B0A; }

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

 H1.HeaderClassName
 {
   color: #788B0A;
 }
 .AnyTagClassName
 {
   color: #788B0A;
 }
</style>

background-color css

<style>
 a { background-color: #788B0A; }

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

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

border-color css

<style>
 span { border-color: #788B0A; }

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

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