Html Css Color HEX #756C05 Olive

📋 copy color: '#756C05'

red 117 ◦ green 108 ◦ blue 5

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

Shades of Olive #756C05

Tints of Olive #756C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.96%

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

R = 50.87%
G = 46.96%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#756C05 (or 0x756C05) is known color: Olive. HEX triplet: 75, 6C and 05. RGB value is (117,108,5). Sum of RGB (Red+Green+Blue) = 117+108+5=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #756C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C05 is #8A93FA. Grayscale: #636363. Windows color (decimal): -9081851 or 355445. OLE color: 355445.

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

Color convert

RGB 117 108 5 -
CMYK 0 0.08 0.96 0.54
HSL 55.18º 0.92% 0.24% -
HSV(B) 55.18º 0.96% 0.46% -
XYZ 12.73 14.52 2.28 -
YUV 98.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 117 108 5 0 0.08 0.96 0.54 55.18 0.92 0.24
Hex 75 6C 5 0 8 60 36 37 5C 18
Octal 165 154 5 0 10 140 66 67 134 30
Binary 1110101 1101100 101 0 1000 1100000 110110 110111 1011100 11000

Color Harmonies of #756C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C05

Black with #756C05

Text Example


Text Example

White with #756C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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