Html Css Color HEX #756B00 Olive

📋 copy color: '#756B00'

red 117 ◦ green 107 ◦ blue 0

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

Shades of Olive #756B00

Tints of Olive #756B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.23%
G = 47.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#756B00 (or 0x756B00) is known color: Olive. HEX triplet: 75, 6B and 00. RGB value is (117,107,0). Sum of RGB (Red+Green+Blue) = 117+107+0=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #756B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B00 is #8A94FF. Grayscale: #626262. Windows color (decimal): -9082112 or 27509. OLE color: 27509.

HSL color Cylindrical-coordinate representation of color #756B00: hue angle of 54.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #756B00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 0 -
CMYK 0 0.09 1 0.54
HSL 54.87º 1% 0.23% -
HSV(B) 54.87º 1% 0.46% -
XYZ 12.59 14.3 2.1 -
YUV 97.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 117 107 0 0 0.09 1 0.54 54.87 1 0.23
Hex 75 6B 0 0 9 64 36 37 64 17
Octal 165 153 0 0 11 144 66 67 144 27
Binary 1110101 1101011 0 0 1001 1100100 110110 110111 1100100 10111

Color Harmonies of #756B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B00

Black with #756B00

Text Example


Text Example

White with #756B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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