Html Css Color HEX #776502 Olive

📋 copy color: '#776502'

red 119 ◦ green 101 ◦ blue 2

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

Shades of Olive #776502

Tints of Olive #776502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

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

R = 53.6%
G = 45.5%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#776502 (or 0x776502) is known color: Olive. HEX triplet: 77, 65 and 02. RGB value is (119,101,2). Sum of RGB (Red+Green+Blue) = 119+101+2=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776502 is #889AFD. Grayscale: #5F5F5F. Windows color (decimal): -8952574 or 157047. OLE color: 157047.

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

Color convert

RGB 119 101 2 -
CMYK 0 0.15 0.98 0.53
HSL 50.77º 0.97% 0.24% -
HSV(B) 50.77º 0.98% 0.47% -
XYZ 12.27 13.23 1.96 -
YUV 95.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 119 101 2 0 0.15 0.98 0.53 50.77 0.97 0.24
Hex 77 65 2 0 F 62 35 33 61 18
Octal 167 145 2 0 17 142 65 63 141 30
Binary 1110111 1100101 10 0 1111 1100010 110101 110011 1100001 11000

Color Harmonies of #776502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776502

Black with #776502

Text Example


Text Example

White with #776502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776502; }

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

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

background-color css

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

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

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

border-color css

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

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

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