Html Css Color HEX #788B05 Olive

📋 copy color: '#788B05'

red 120 ◦ green 139 ◦ blue 5

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

Shades of Olive #788B05

Tints of Olive #788B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 45.45%
G = 52.65%
B = 1.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#788B05 (or 0x788B05) is known color: Olive. HEX triplet: 78, 8B and 05. RGB value is (120,139,5). Sum of RGB (Red+Green+Blue) = 120+139+5=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #788B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788B05 is #8774FA. Grayscale: #767676. Windows color (decimal): -8877307 or 363384. OLE color: 363384.

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

Color convert

RGB 120 139 5 -
CMYK 0.14 0 0.96 0.45
HSL 68.51º 0.93% 0.28% -
HSV(B) 68.51º 0.96% 0.55% -
XYZ 17.01 22.47 3.58 -
YUV 118.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 120 139 5 0.14 0 0.96 0.45 68.51 0.93 0.28
Hex 78 8B 5 E 0 60 2D 45 5D 1C
Octal 170 213 5 16 0 140 55 105 135 34
Binary 1111000 10001011 101 1110 0 1100000 101101 1000101 1011101 11100

Color Harmonies of #788B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B05

Black with #788B05

Text Example


Text Example

White with #788B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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