Html Css Color HEX #778801 Olive

📋 copy color: '#778801'

red 119 ◦ green 136 ◦ blue 1

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

Shades of Olive #778801

Tints of Olive #778801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

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

R = 46.48%
G = 53.13%
B = 0.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#778801 (or 0x778801) is known color: Olive. HEX triplet: 77, 88 and 01. RGB value is (119,136,1). Sum of RGB (Red+Green+Blue) = 119+136+1=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #778801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778801 is #8877FE. Grayscale: #747474. Windows color (decimal): -8943615 or 100471. OLE color: 100471.

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

Color convert

RGB 119 136 1 -
CMYK 0.12 0 0.99 0.47
HSL 67.56º 0.99% 0.27% -
HSV(B) 67.56º 0.99% 0.53% -
XYZ 16.42 21.53 3.32 -
YUV 115.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 119 136 1 0.12 0 0.99 0.47 67.56 0.99 0.27
Hex 77 88 1 C 0 63 2F 44 63 1B
Octal 167 210 1 14 0 143 57 104 143 33
Binary 1110111 10001000 1 1100 0 1100011 101111 1000100 1100011 11011

Color Harmonies of #778801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778801

Black with #778801

Text Example


Text Example

White with #778801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778801; }

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

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

background-color css

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

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

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

border-color css

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

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

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