Html Css Color HEX #787200 Olive

📋 copy color: '#787200'

red 120 ◦ green 114 ◦ blue 0

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

Shades of Olive #787200

Tints of Olive #787200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.28%
G = 48.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#787200 (or 0x787200) is known color: Olive. HEX triplet: 78, 72 and 00. RGB value is (120,114,0). Sum of RGB (Red+Green+Blue) = 120+114+0=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #787200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787200 is #878DFF. Grayscale: #676767. Windows color (decimal): -8883712 or 29304. OLE color: 29304.

HSL color Cylindrical-coordinate representation of color #787200: hue angle of 57º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #787200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 0 -
CMYK 0 0.05 1 0.53
HSL 57º 1% 0.24% -
HSV(B) 57º 1% 0.47% -
XYZ 13.76 16.03 2.37 -
YUV 102.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 120 114 0 0 0.05 1 0.53 57 1 0.24
Hex 78 72 0 0 5 64 35 39 64 18
Octal 170 162 0 0 5 144 65 71 144 30
Binary 1111000 1110010 0 0 101 1100100 110101 111001 1100100 11000

Color Harmonies of #787200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787200

Black with #787200

Text Example


Text Example

White with #787200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787200; }

 p { color: rgb(120,114,0); }

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

background-color css

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

 a { background-color: rgb(120,114,0); }

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

border-color css

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

 span { border-color: rgb(120,114,0); }

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