Html Css Color HEX #787306 Olive

📋 copy color: '#787306'

red 120 ◦ green 115 ◦ blue 6

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

Shades of Olive #787306

Tints of Olive #787306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 49.79%
G = 47.72%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#787306 (or 0x787306) is known color: Olive. HEX triplet: 78, 73 and 06. RGB value is (120,115,6). Sum of RGB (Red+Green+Blue) = 120+115+6=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #787306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787306 is #878CF9. Grayscale: #686868. Windows color (decimal): -8883450 or 422776. OLE color: 422776.

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

Color convert

RGB 120 115 6 -
CMYK 0 0.04 0.95 0.53
HSL 57.37º 0.9% 0.25% -
HSV(B) 57.37º 0.95% 0.47% -
XYZ 13.91 16.27 2.58 -
YUV 104.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 120 115 6 0 0.04 0.95 0.53 57.37 0.9 0.25
Hex 78 73 6 0 4 5F 35 39 5A 19
Octal 170 163 6 0 4 137 65 71 132 31
Binary 1111000 1110011 110 0 100 1011111 110101 111001 1011010 11001

Color Harmonies of #787306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787306

Black with #787306

Text Example


Text Example

White with #787306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787306; }

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

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

background-color css

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

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

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

border-color css

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

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

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