Html Css Color HEX #788301 Olive

📋 copy color: '#788301'

red 120 ◦ green 131 ◦ blue 1

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

Shades of Olive #788301

Tints of Olive #788301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 47.62%
G = 51.98%
B = 0.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#788301 (or 0x788301) is known color: Olive. HEX triplet: 78, 83 and 01. RGB value is (120,131,1). Sum of RGB (Red+Green+Blue) = 120+131+1=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #788301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788301 is #877CFE. Grayscale: #717171. Windows color (decimal): -8879359 or 99192. OLE color: 99192.

HSL color Cylindrical-coordinate representation of color #788301: hue angle of 65.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #788301 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 1 -
CMYK 0.08 0 0.99 0.49
HSL 65.08º 0.98% 0.26% -
HSV(B) 65.08º 0.99% 0.51% -
XYZ 15.87 20.23 3.1 -
YUV 112.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 120 131 1 0.08 0 0.99 0.49 65.08 0.98 0.26
Hex 78 83 1 8 0 63 31 41 62 1A
Octal 170 203 1 10 0 143 61 101 142 32
Binary 1111000 10000011 1 1000 0 1100011 110001 1000001 1100010 11010

Color Harmonies of #788301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788301

Black with #788301

Text Example


Text Example

White with #788301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788301; }

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

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

background-color css

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

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

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

border-color css

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

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

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