Html Css Color HEX #776302 Olive

📋 copy color: '#776302'

red 119 ◦ green 99 ◦ blue 2

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

Shades of Olive #776302

Tints of Olive #776302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 54.09%
G = 45%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#776302 (or 0x776302) is known color: Olive. HEX triplet: 77, 63 and 02. RGB value is (119,99,2). Sum of RGB (Red+Green+Blue) = 119+99+2=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #776302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776302 is #889CFD. Grayscale: #5E5E5E. Windows color (decimal): -8953086 or 156535. OLE color: 156535.

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

Color convert

RGB 119 99 2 -
CMYK 0 0.17 0.98 0.53
HSL 49.74º 0.97% 0.24% -
HSV(B) 49.74º 0.98% 0.47% -
XYZ 12.08 12.85 1.9 -
YUV 93.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 119 99 2 0 0.17 0.98 0.53 49.74 0.97 0.24
Hex 77 63 2 0 11 62 35 32 61 18
Octal 167 143 2 0 21 142 65 62 141 30
Binary 1110111 1100011 10 0 10001 1100010 110101 110010 1100001 11000

Color Harmonies of #776302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776302

Black with #776302

Text Example


Text Example

White with #776302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776302; }

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

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

background-color css

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

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

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

border-color css

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

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

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