Html Css Color HEX #787019 Olivetone

📋 copy color: '#787019'

red 120 ◦ green 112 ◦ blue 25

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

Shades of Olivetone #787019

Tints of Olivetone #787019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 46.69%
G = 43.58%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#787019 (or 0x787019) is known color: Olivetone. HEX triplet: 78, 70 and 19. RGB value is (120,112,25). Sum of RGB (Red+Green+Blue) = 120+112+25=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787019 is #878FE6. Grayscale: #686868. Windows color (decimal): -8884199 or 1667192. OLE color: 1667192.

HSL color Cylindrical-coordinate representation of color #787019: hue angle of 54.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #787019 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 25 -
CMYK 0 0.07 0.79 0.53
HSL 54.95º 0.66% 0.28% -
HSV(B) 54.95º 0.79% 0.47% -
XYZ 13.72 15.65 3.22 -
YUV 104.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 120 112 25 0 0.07 0.79 0.53 54.95 0.66 0.28
Hex 78 70 19 0 7 4F 35 37 42 1C
Octal 170 160 31 0 7 117 65 67 102 34
Binary 1111000 1110000 11001 0 111 1001111 110101 110111 1000010 11100

Color Harmonies of #787019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787019

Black with #787019

Text Example


Text Example

White with #787019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787019; }

 p { color: rgb(120,112,25); }

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

background-color css

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

 a { background-color: rgb(120,112,25); }

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

border-color css

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

 span { border-color: rgb(120,112,25); }

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