Html Css Color HEX #788A04 Olive

📋 copy color: '#788A04'

red 120 ◦ green 138 ◦ blue 4

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

Shades of Olive #788A04

Tints of Olive #788A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.67%

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

R = 45.8%
G = 52.67%
B = 1.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#788A04 (or 0x788A04) is known color: Olive. HEX triplet: 78, 8A and 04. RGB value is (120,138,4). Sum of RGB (Red+Green+Blue) = 120+138+4=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #788A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788A04 is #8775FB. Grayscale: #757575. Windows color (decimal): -8877564 or 297592. OLE color: 297592.

HSL color Cylindrical-coordinate representation of color #788A04: hue angle of 68.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #788A04 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 4 -
CMYK 0.13 0 0.97 0.46
HSL 68.06º 0.94% 0.28% -
HSV(B) 68.06º 0.97% 0.54% -
XYZ 16.86 22.18 3.51 -
YUV 117.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 120 138 4 0.13 0 0.97 0.46 68.06 0.94 0.28
Hex 78 8A 4 D 0 61 2E 44 5E 1C
Octal 170 212 4 15 0 141 56 104 136 34
Binary 1111000 10001010 100 1101 0 1100001 101110 1000100 1011110 11100

Color Harmonies of #788A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A04

Black with #788A04

Text Example


Text Example

White with #788A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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