Html Css Color HEX #756302 Olive

📋 copy color: '#756302'

red 117 ◦ green 99 ◦ blue 2

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

Shades of Olive #756302

Tints of Olive #756302

RGB

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

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

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

R = 53.67%
G = 45.41%
B = 0.92%

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

#756302 (or 0x756302) is known color: Olive. HEX triplet: 75, 63 and 02. RGB value is (117,99,2). Sum of RGB (Red+Green+Blue) = 117+99+2=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756302 is #8A9CFD. Grayscale: #5D5D5D. Windows color (decimal): -9084158 or 156533. OLE color: 156533.

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

Color convert

RGB 117 99 2 -
CMYK 0 0.15 0.98 0.54
HSL 50.61º 0.97% 0.23% -
HSV(B) 50.61º 0.98% 0.46% -
XYZ 11.81 12.71 1.89 -
YUV 93.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 117 99 2 0 0.15 0.98 0.54 50.61 0.97 0.23
Hex 75 63 2 0 F 62 36 33 61 17
Octal 165 143 2 0 17 142 66 63 141 27
Binary 1110101 1100011 10 0 1111 1100010 110110 110011 1100001 10111

Color Harmonies of #756302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756302

Black with #756302

Text Example


Text Example

White with #756302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756302; }

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

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

background-color css

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

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

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

border-color css

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

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

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