Html Css Color HEX #756802 Olive

📋 copy color: '#756802'

red 117 ◦ green 104 ◦ blue 2

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

Shades of Olive #756802

Tints of Olive #756802

RGB

 RED value IS 117 (46.09% from 255) = 52.47%

 GREEN value IS 104 (41.02% from 255) = 46.64%

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

R = 52.47%
G = 46.64%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756802 (or 0x756802) is known color: Olive. HEX triplet: 75, 68 and 02. RGB value is (117,104,2). Sum of RGB (Red+Green+Blue) = 117+104+2=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756802 is #8A97FD. Grayscale: #606060. Windows color (decimal): -9082878 or 157813. OLE color: 157813.

HSL color Cylindrical-coordinate representation of color #756802: hue angle of 53.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #756802 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 2 -
CMYK 0 0.11 0.98 0.54
HSL 53.22º 0.97% 0.23% -
HSV(B) 53.22º 0.98% 0.46% -
XYZ 12.3 13.69 2.05 -
YUV 96.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 117 104 2 0 0.11 0.98 0.54 53.22 0.97 0.23
Hex 75 68 2 0 B 62 36 35 61 17
Octal 165 150 2 0 13 142 66 65 141 27
Binary 1110101 1101000 10 0 1011 1100010 110110 110101 1100001 10111

Color Harmonies of #756802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756802

Black with #756802

Text Example


Text Example

White with #756802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756802; }

 p { color: rgb(117,104,2); }

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

background-color css

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

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

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

border-color css

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

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

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