Html Css Color HEX #756402 Olive

📋 copy color: '#756402'

red 117 ◦ green 100 ◦ blue 2

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

Shades of Olive #756402

Tints of Olive #756402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

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

R = 53.42%
G = 45.66%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756402 (or 0x756402) is known color: Olive. HEX triplet: 75, 64 and 02. RGB value is (117,100,2). Sum of RGB (Red+Green+Blue) = 117+100+2=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #756402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756402 is #8A9BFD. Grayscale: #5E5E5E. Windows color (decimal): -9083902 or 156789. OLE color: 156789.

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

Color convert

RGB 117 100 2 -
CMYK 0 0.15 0.98 0.54
HSL 51.13º 0.97% 0.23% -
HSV(B) 51.13º 0.98% 0.46% -
XYZ 11.9 12.9 1.92 -
YUV 93.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 117 100 2 0 0.15 0.98 0.54 51.13 0.97 0.23
Hex 75 64 2 0 F 62 36 33 61 17
Octal 165 144 2 0 17 142 66 63 141 27
Binary 1110101 1100100 10 0 1111 1100010 110110 110011 1100001 10111

Color Harmonies of #756402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756402

Black with #756402

Text Example


Text Example

White with #756402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756402; }

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

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

background-color css

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

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

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

border-color css

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

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

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