Html Css Color HEX #756705 Olive

📋 copy color: '#756705'

red 117 ◦ green 103 ◦ blue 5

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

Shades of Olive #756705

Tints of Olive #756705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

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

R = 52%
G = 45.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#756705 (or 0x756705) is known color: Olive. HEX triplet: 75, 67 and 05. RGB value is (117,103,5). Sum of RGB (Red+Green+Blue) = 117+103+5=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #756705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756705 is #8A98FA. Grayscale: #606060. Windows color (decimal): -9083131 or 354165. OLE color: 354165.

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

Color convert

RGB 117 103 5 -
CMYK 0 0.12 0.96 0.54
HSL 52.5º 0.92% 0.24% -
HSV(B) 52.5º 0.96% 0.46% -
XYZ 12.21 13.49 2.1 -
YUV 96.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 117 103 5 0 0.12 0.96 0.54 52.5 0.92 0.24
Hex 75 67 5 0 C 60 36 34 5C 18
Octal 165 147 5 0 14 140 66 64 134 30
Binary 1110101 1100111 101 0 1100 1100000 110110 110100 1011100 11000

Color Harmonies of #756705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756705

Black with #756705

Text Example


Text Example

White with #756705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756705; }

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

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

background-color css

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

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

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

border-color css

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

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

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