Html Css Color HEX #778401 Olive

📋 copy color: '#778401'

red 119 ◦ green 132 ◦ blue 1

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

Shades of Olive #778401

Tints of Olive #778401

RGB

 RED value IS 119 (46.88% from 255) = 47.22%

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 47.22%
G = 52.38%
B = 0.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#778401 (or 0x778401) is known color: Olive. HEX triplet: 77, 84 and 01. RGB value is (119,132,1). Sum of RGB (Red+Green+Blue) = 119+132+1=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #778401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778401 is #887BFE. Grayscale: #717171. Windows color (decimal): -8944639 or 99447. OLE color: 99447.

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

Color convert

RGB 119 132 1 -
CMYK 0.10 0 0.99 0.48
HSL 65.95º 0.98% 0.26% -
HSV(B) 65.95º 0.99% 0.52% -
XYZ 15.86 20.43 3.14 -
YUV 113.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 119 132 1 0.10 0 0.99 0.48 65.95 0.98 0.26
Hex 77 84 1 A 0 63 30 42 62 1A
Octal 167 204 1 12 0 143 60 102 142 32
Binary 1110111 10000100 1 1010 0 1100011 110000 1000010 1100010 11010

Color Harmonies of #778401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778401

Black with #778401

Text Example


Text Example

White with #778401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778401; }

 p { color: rgb(119,132,1); }

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

background-color css

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

 a { background-color: rgb(119,132,1); }

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

border-color css

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

 span { border-color: rgb(119,132,1); }

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