Html Css Color HEX #777702 Olive

📋 copy color: '#777702'

red 119 ◦ green 119 ◦ blue 2

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

Shades of Olive #777702

Tints of Olive #777702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 49.58%
G = 49.58%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#777702 (or 0x777702) is known color: Olive. HEX triplet: 77, 77 and 02. RGB value is (119,119,2). Sum of RGB (Red+Green+Blue) = 119+119+2=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777702 is #8888FD. Grayscale: #6A6A6A. Windows color (decimal): -8947966 or 161655. OLE color: 161655.

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

Color convert

RGB 119 119 2 -
CMYK 0 0 0.98 0.53
HSL 60º 0.97% 0.24% -
HSV(B) 60º 0.98% 0.47% -
XYZ 14.22 17.12 2.61 -
YUV 105.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 119 119 2 0 0 0.98 0.53 60 0.97 0.24
Hex 77 77 2 0 0 62 35 3C 61 18
Octal 167 167 2 0 0 142 65 74 141 30
Binary 1110111 1110111 10 0 0 1100010 110101 111100 1100001 11000

Color Harmonies of #777702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777702

Black with #777702

Text Example


Text Example

White with #777702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777702; }

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

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

background-color css

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

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

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

border-color css

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

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

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