Html Css Color HEX #777302 Olive

📋 copy color: '#777302'

red 119 ◦ green 115 ◦ blue 2

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

Shades of Olive #777302

Tints of Olive #777302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 50.42%
G = 48.73%
B = 0.85%

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

#777302 (or 0x777302) is known color: Olive. HEX triplet: 77, 73 and 02. RGB value is (119,115,2). Sum of RGB (Red+Green+Blue) = 119+115+2=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #777302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777302 is #888CFD. Grayscale: #676767. Windows color (decimal): -8948990 or 160631. OLE color: 160631.

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

Color convert

RGB 119 115 2 -
CMYK 0 0.03 0.98 0.53
HSL 57.95º 0.97% 0.24% -
HSV(B) 57.95º 0.98% 0.47% -
XYZ 13.75 16.19 2.46 -
YUV 103.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 119 115 2 0 0.03 0.98 0.53 57.95 0.97 0.24
Hex 77 73 2 0 3 62 35 3A 61 18
Octal 167 163 2 0 3 142 65 72 141 30
Binary 1110111 1110011 10 0 11 1100010 110101 111010 1100001 11000

Color Harmonies of #777302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777302

Black with #777302

Text Example


Text Example

White with #777302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777302; }

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

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

background-color css

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

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

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

border-color css

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

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

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