Html Css Color HEX #756B05 Olive

📋 copy color: '#756B05'

red 117 ◦ green 107 ◦ blue 5

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

Shades of Olive #756B05

Tints of Olive #756B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.72%

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

R = 51.09%
G = 46.72%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#756B05 (or 0x756B05) is known color: Olive. HEX triplet: 75, 6B and 05. RGB value is (117,107,5). Sum of RGB (Red+Green+Blue) = 117+107+5=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #756B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B05 is #8A94FA. Grayscale: #626262. Windows color (decimal): -9082107 or 355189. OLE color: 355189.

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

Color convert

RGB 117 107 5 -
CMYK 0 0.09 0.96 0.54
HSL 54.64º 0.92% 0.24% -
HSV(B) 54.64º 0.96% 0.46% -
XYZ 12.62 14.31 2.24 -
YUV 98.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 117 107 5 0 0.09 0.96 0.54 54.64 0.92 0.24
Hex 75 6B 5 0 9 60 36 37 5C 18
Octal 165 153 5 0 11 140 66 67 134 30
Binary 1110101 1101011 101 0 1001 1100000 110110 110111 1011100 11000

Color Harmonies of #756B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B05

Black with #756B05

Text Example


Text Example

White with #756B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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