Html Css Color HEX #756505 Olive

📋 copy color: '#756505'

red 117 ◦ green 101 ◦ blue 5

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

Shades of Olive #756505

Tints of Olive #756505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 52.47%
G = 45.29%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#756505 (or 0x756505) is known color: Olive. HEX triplet: 75, 65 and 05. RGB value is (117,101,5). Sum of RGB (Red+Green+Blue) = 117+101+5=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756505 is #8A9AFA. Grayscale: #5F5F5F. Windows color (decimal): -9083643 or 353653. OLE color: 353653.

HSL color Cylindrical-coordinate representation of color #756505: hue angle of 51.43º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #756505 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 5 -
CMYK 0 0.14 0.96 0.54
HSL 51.43º 0.92% 0.24% -
HSV(B) 51.43º 0.96% 0.46% -
XYZ 12.02 13.1 2.04 -
YUV 94.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 117 101 5 0 0.14 0.96 0.54 51.43 0.92 0.24
Hex 75 65 5 0 E 60 36 33 5C 18
Octal 165 145 5 0 16 140 66 63 134 30
Binary 1110101 1100101 101 0 1110 1100000 110110 110011 1011100 11000

Color Harmonies of #756505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756505

Black with #756505

Text Example


Text Example

White with #756505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756505; }

 p { color: rgb(117,101,5); }

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

background-color css

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

 a { background-color: rgb(117,101,5); }

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

border-color css

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

 span { border-color: rgb(117,101,5); }

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