Html Css Color HEX #788504 Olive

📋 copy color: '#788504'

red 120 ◦ green 133 ◦ blue 4

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

Shades of Olive #788504

Tints of Olive #788504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 46.69%
G = 51.75%
B = 1.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#788504 (or 0x788504) is known color: Olive. HEX triplet: 78, 85 and 04. RGB value is (120,133,4). Sum of RGB (Red+Green+Blue) = 120+133+4=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #788504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788504 is #877AFB. Grayscale: #727272. Windows color (decimal): -8878844 or 296312. OLE color: 296312.

HSL color Cylindrical-coordinate representation of color #788504: hue angle of 66.05º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #788504 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 4 -
CMYK 0.10 0 0.97 0.48
HSL 66.05º 0.94% 0.27% -
HSV(B) 66.05º 0.97% 0.52% -
XYZ 16.16 20.78 3.27 -
YUV 114.41 65.69 131.99 -
System Red Green Blue C M Y K H S L
Decimal 120 133 4 0.10 0 0.97 0.48 66.05 0.94 0.27
Hex 78 85 4 A 0 61 30 42 5E 1B
Octal 170 205 4 12 0 141 60 102 136 33
Binary 1111000 10000101 100 1010 0 1100001 110000 1000010 1011110 11011

Color Harmonies of #788504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788504

Black with #788504

Text Example


Text Example

White with #788504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788504; }

 p { color: rgb(120,133,4); }

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

background-color css

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

 a { background-color: rgb(120,133,4); }

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

border-color css

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

 span { border-color: rgb(120,133,4); }

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