Html Css Color HEX #787601 Olive

📋 copy color: '#787601'

red 120 ◦ green 118 ◦ blue 1

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

Shades of Olive #787601

Tints of Olive #787601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 50.21%
G = 49.37%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#787601 (or 0x787601) is known color: Olive. HEX triplet: 78, 76 and 01. RGB value is (120,118,1). Sum of RGB (Red+Green+Blue) = 120+118+1=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #787601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787601 is #8789FE. Grayscale: #696969. Windows color (decimal): -8882687 or 95864. OLE color: 95864.

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

Color convert

RGB 120 118 1 -
CMYK 0 0.02 0.99 0.53
HSL 58.99º 0.98% 0.24% -
HSV(B) 58.99º 0.99% 0.47% -
XYZ 14.23 16.95 2.55 -
YUV 105.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 120 118 1 0 0.02 0.99 0.53 58.99 0.98 0.24
Hex 78 76 1 0 2 63 35 3B 62 18
Octal 170 166 1 0 2 143 65 73 142 30
Binary 1111000 1110110 1 0 10 1100011 110101 111011 1100010 11000

Color Harmonies of #787601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787601

Black with #787601

Text Example


Text Example

White with #787601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787601; }

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

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

background-color css

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

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

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

border-color css

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

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

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