Html Css Color HEX #787C04 Olive

📋 copy color: '#787C04'

red 120 ◦ green 124 ◦ blue 4

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

Shades of Olive #787C04

Tints of Olive #787C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50%

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

R = 48.39%
G = 50%
B = 1.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#787C04 (or 0x787C04) is known color: Olive. HEX triplet: 78, 7C and 04. RGB value is (120,124,4). Sum of RGB (Red+Green+Blue) = 120+124+4=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #787C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787C04 is #8783FB. Grayscale: #6D6D6D. Windows color (decimal): -8881148 or 294008. OLE color: 294008.

HSL color Cylindrical-coordinate representation of color #787C04: hue angle of 62º 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 #787C04 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 124 4 -
CMYK 0.03 0 0.97 0.51
HSL 62º 0.94% 0.25% -
HSV(B) 62º 0.97% 0.49% -
XYZ 14.98 18.42 2.88 -
YUV 109.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 120 124 4 0.03 0 0.97 0.51 62 0.94 0.25
Hex 78 7C 4 3 0 61 33 3E 5E 19
Octal 170 174 4 3 0 141 63 76 136 31
Binary 1111000 1111100 100 11 0 1100001 110011 111110 1011110 11001

Color Harmonies of #787C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C04

Black with #787C04

Text Example


Text Example

White with #787C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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