Html Css Color HEX #777402 Olive

📋 copy color: '#777402'

red 119 ◦ green 116 ◦ blue 2

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

Shades of Olive #777402

Tints of Olive #777402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 50.21%
G = 48.95%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#777402 (or 0x777402) is known color: Olive. HEX triplet: 77, 74 and 02. RGB value is (119,116,2). Sum of RGB (Red+Green+Blue) = 119+116+2=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777402 is #888BFD. Grayscale: #686868. Windows color (decimal): -8948734 or 160887. OLE color: 160887.

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

Color convert

RGB 119 116 2 -
CMYK 0 0.03 0.98 0.53
HSL 58.46º 0.97% 0.24% -
HSV(B) 58.46º 0.98% 0.47% -
XYZ 13.86 16.42 2.5 -
YUV 103.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 119 116 2 0 0.03 0.98 0.53 58.46 0.97 0.24
Hex 77 74 2 0 3 62 35 3A 61 18
Octal 167 164 2 0 3 142 65 72 141 30
Binary 1110111 1110100 10 0 11 1100010 110101 111010 1100001 11000

Color Harmonies of #777402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777402

Black with #777402

Text Example


Text Example

White with #777402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777402; }

 p { color: rgb(119,116,2); }

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

background-color css

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

 a { background-color: rgb(119,116,2); }

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

border-color css

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

 span { border-color: rgb(119,116,2); }

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