Html Css Color HEX #788005 Olive

📋 copy color: '#788005'

red 120 ◦ green 128 ◦ blue 5

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

Shades of Olive #788005

Tints of Olive #788005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

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

R = 47.43%
G = 50.59%
B = 1.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#788005 (or 0x788005) is known color: Olive. HEX triplet: 78, 80 and 05. RGB value is (120,128,5). Sum of RGB (Red+Green+Blue) = 120+128+5=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #788005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788005 is #877FFA. Grayscale: #707070. Windows color (decimal): -8880123 or 360568. OLE color: 360568.

HSL color Cylindrical-coordinate representation of color #788005: hue angle of 63.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #788005 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 5 -
CMYK 0.06 0 0.96 0.50
HSL 63.9º 0.92% 0.26% -
HSV(B) 63.9º 0.96% 0.5% -
XYZ 15.49 19.44 3.08 -
YUV 111.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 120 128 5 0.06 0 0.96 0.50 63.9 0.92 0.26
Hex 78 80 5 6 0 60 32 40 5C 1A
Octal 170 200 5 6 0 140 62 100 134 32
Binary 1111000 10000000 101 110 0 1100000 110010 1000000 1011100 11010

Color Harmonies of #788005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788005

Black with #788005

Text Example


Text Example

White with #788005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788005; }

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

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

background-color css

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

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

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

border-color css

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

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

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