Html Css Color HEX #756602 Olive

📋 copy color: '#756602'

red 117 ◦ green 102 ◦ blue 2

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

Shades of Olive #756602

Tints of Olive #756602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

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

R = 52.94%
G = 46.15%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756602 (or 0x756602) is known color: Olive. HEX triplet: 75, 66 and 02. RGB value is (117,102,2). Sum of RGB (Red+Green+Blue) = 117+102+2=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #756602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756602 is #8A99FD. Grayscale: #5F5F5F. Windows color (decimal): -9083390 or 157301. OLE color: 157301.

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

Color convert

RGB 117 102 2 -
CMYK 0 0.13 0.98 0.54
HSL 52.17º 0.97% 0.23% -
HSV(B) 52.17º 0.98% 0.46% -
XYZ 12.1 13.29 1.98 -
YUV 95.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 117 102 2 0 0.13 0.98 0.54 52.17 0.97 0.23
Hex 75 66 2 0 D 62 36 34 61 17
Octal 165 146 2 0 15 142 66 64 141 27
Binary 1110101 1100110 10 0 1101 1100010 110110 110100 1100001 10111

Color Harmonies of #756602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756602

Black with #756602

Text Example


Text Example

White with #756602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756602; }

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

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

background-color css

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

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

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

border-color css

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

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

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