Html Css Color HEX #777202 Olive

📋 copy color: '#777202'

red 119 ◦ green 114 ◦ blue 2

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

Shades of Olive #777202

Tints of Olive #777202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

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

R = 50.64%
G = 48.51%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#777202 (or 0x777202) is known color: Olive. HEX triplet: 77, 72 and 02. RGB value is (119,114,2). Sum of RGB (Red+Green+Blue) = 119+114+2=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #777202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777202 is #888DFD. Grayscale: #676767. Windows color (decimal): -8949246 or 160375. OLE color: 160375.

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

Color convert

RGB 119 114 2 -
CMYK 0 0.04 0.98 0.53
HSL 57.44º 0.97% 0.24% -
HSV(B) 57.44º 0.98% 0.47% -
XYZ 13.64 15.96 2.42 -
YUV 102.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 119 114 2 0 0.04 0.98 0.53 57.44 0.97 0.24
Hex 77 72 2 0 4 62 35 39 61 18
Octal 167 162 2 0 4 142 65 71 141 30
Binary 1110111 1110010 10 0 100 1100010 110101 111001 1100001 11000

Color Harmonies of #777202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777202

Black with #777202

Text Example


Text Example

White with #777202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777202; }

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

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

background-color css

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

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

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

border-color css

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

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

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