Html Css Color HEX #78730A Olive

📋 copy color: '#78730A'

red 120 ◦ green 115 ◦ blue 10

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

Shades of Olive #78730A

Tints of Olive #78730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 10 (4.3% from 255) = 4.08%

R = 48.98%
G = 46.94%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78730A (or 0x78730A) is known color: Olive. HEX triplet: 78, 73 and 0A. RGB value is (120,115,10). Sum of RGB (Red+Green+Blue) = 120+115+10=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730A is #878CF5. Grayscale: #686868. Windows color (decimal): -8883446 or 684920. OLE color: 684920.

HSL color Cylindrical-coordinate representation of color #78730A: hue angle of 57.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78730A is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 10 -
CMYK 0 0.04 0.92 0.53
HSL 57.27º 0.85% 0.25% -
HSV(B) 57.27º 0.92% 0.47% -
XYZ 13.93 16.28 2.69 -
YUV 104.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 120 115 10 0 0.04 0.92 0.53 57.27 0.85 0.25
Hex 78 73 A 0 4 5C 35 39 55 19
Octal 170 163 12 0 4 134 65 71 125 31
Binary 1111000 1110011 1010 0 100 1011100 110101 111001 1010101 11001

Color Harmonies of #78730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78730A

Black with #78730A

Text Example


Text Example

White with #78730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78730A; }

 p { color: rgb(120,115,10); }

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

background-color css

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

 a { background-color: rgb(120,115,10); }

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

border-color css

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

 span { border-color: rgb(120,115,10); }

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