Html Css Color HEX #786A01 Olive

📋 copy color: '#786A01'

red 120 ◦ green 106 ◦ blue 1

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

Shades of Olive #786A01

Tints of Olive #786A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.7%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 52.86%
G = 46.7%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#786A01 (or 0x786A01) is known color: Olive. HEX triplet: 78, 6A and 01. RGB value is (120,106,1). Sum of RGB (Red+Green+Blue) = 120+106+1=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #786A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786A01 is #8795FE. Grayscale: #626262. Windows color (decimal): -8885759 or 92792. OLE color: 92792.

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

Color convert

RGB 120 106 1 -
CMYK 0 0.12 0.99 0.53
HSL 52.94º 0.98% 0.24% -
HSV(B) 52.94º 0.99% 0.47% -
XYZ 12.91 14.3 2.11 -
YUV 98.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 120 106 1 0 0.12 0.99 0.53 52.94 0.98 0.24
Hex 78 6A 1 0 C 63 35 35 62 18
Octal 170 152 1 0 14 143 65 65 142 30
Binary 1111000 1101010 1 0 1100 1100011 110101 110101 1100010 11000

Color Harmonies of #786A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A01

Black with #786A01

Text Example


Text Example

White with #786A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786A01; }

 p { color: rgb(120,106,1); }

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

background-color css

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

 a { background-color: rgb(120,106,1); }

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

border-color css

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

 span { border-color: rgb(120,106,1); }

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