Html Css Color HEX #787100 Olive

📋 copy color: '#787100'

red 120 ◦ green 113 ◦ blue 0

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

Shades of Olive #787100

Tints of Olive #787100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.5%

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

R = 51.5%
G = 48.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#787100 (or 0x787100) is known color: Olive. HEX triplet: 78, 71 and 00. RGB value is (120,113,0). Sum of RGB (Red+Green+Blue) = 120+113+0=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #787100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787100 is #878EFF. Grayscale: #666666. Windows color (decimal): -8883968 or 29048. OLE color: 29048.

HSL color Cylindrical-coordinate representation of color #787100: hue angle of 56.5º 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 #787100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 0 -
CMYK 0 0.06 1 0.53
HSL 56.5º 1% 0.24% -
HSV(B) 56.5º 1% 0.47% -
XYZ 13.65 15.8 2.33 -
YUV 102.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 120 113 0 0 0.06 1 0.53 56.5 1 0.24
Hex 78 71 0 0 6 64 35 38 64 18
Octal 170 161 0 0 6 144 65 70 144 30
Binary 1111000 1110001 0 0 110 1100100 110101 111000 1100100 11000

Color Harmonies of #787100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787100

Black with #787100

Text Example


Text Example

White with #787100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787100; }

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

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

background-color css

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

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

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

border-color css

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

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

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