Html Css Color HEX #788705 Olive

📋 copy color: '#788705'

red 120 ◦ green 135 ◦ blue 5

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

Shades of Olive #788705

Tints of Olive #788705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

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

R = 46.15%
G = 51.92%
B = 1.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#788705 (or 0x788705) is known color: Olive. HEX triplet: 78, 87 and 05. RGB value is (120,135,5). Sum of RGB (Red+Green+Blue) = 120+135+5=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #788705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788705 is #8778FA. Grayscale: #747474. Windows color (decimal): -8878331 or 362360. OLE color: 362360.

HSL color Cylindrical-coordinate representation of color #788705: hue angle of 66.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #788705 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 135 5 -
CMYK 0.11 0 0.96 0.47
HSL 66.92º 0.93% 0.27% -
HSV(B) 66.92º 0.96% 0.53% -
XYZ 16.44 21.33 3.39 -
YUV 115.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 120 135 5 0.11 0 0.96 0.47 66.92 0.93 0.27
Hex 78 87 5 B 0 60 2F 43 5D 1B
Octal 170 207 5 13 0 140 57 103 135 33
Binary 1111000 10000111 101 1011 0 1100000 101111 1000011 1011101 11011

Color Harmonies of #788705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788705

Black with #788705

Text Example


Text Example

White with #788705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788705; }

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

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

background-color css

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

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

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

border-color css

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

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

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