Html Css Color HEX #787E04 Olive

📋 copy color: '#787E04'

red 120 ◦ green 126 ◦ blue 4

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

Shades of Olive #787E04

Tints of Olive #787E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.4%

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

R = 48%
G = 50.4%
B = 1.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#787E04 (or 0x787E04) is known color: Olive. HEX triplet: 78, 7E and 04. RGB value is (120,126,4). Sum of RGB (Red+Green+Blue) = 120+126+4=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #787E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787E04 is #8781FB. Grayscale: #6E6E6E. Windows color (decimal): -8880636 or 294520. OLE color: 294520.

HSL color Cylindrical-coordinate representation of color #787E04: hue angle of 62.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #787E04 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 126 4 -
CMYK 0.05 0 0.97 0.51
HSL 62.95º 0.94% 0.25% -
HSV(B) 62.95º 0.97% 0.49% -
XYZ 15.23 18.92 2.96 -
YUV 110.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 120 126 4 0.05 0 0.97 0.51 62.95 0.94 0.25
Hex 78 7E 4 5 0 61 33 3F 5E 19
Octal 170 176 4 5 0 141 63 77 136 31
Binary 1111000 1111110 100 101 0 1100001 110011 111111 1011110 11001

Color Harmonies of #787E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787E04

Black with #787E04

Text Example


Text Example

White with #787E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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