Html Css Color HEX #756B01 Olive

📋 copy color: '#756B01'

red 117 ◦ green 107 ◦ blue 1

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

Shades of Olive #756B01

Tints of Olive #756B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 52%
G = 47.56%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756B01 (or 0x756B01) is known color: Olive. HEX triplet: 75, 6B and 01. RGB value is (117,107,1). Sum of RGB (Red+Green+Blue) = 117+107+1=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #756B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B01 is #8A94FE. Grayscale: #626262. Windows color (decimal): -9082111 or 93045. OLE color: 93045.

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

Color convert

RGB 117 107 1 -
CMYK 0 0.09 0.99 0.54
HSL 54.83º 0.98% 0.23% -
HSV(B) 54.83º 0.99% 0.46% -
XYZ 12.6 14.3 2.12 -
YUV 97.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 117 107 1 0 0.09 0.99 0.54 54.83 0.98 0.23
Hex 75 6B 1 0 9 63 36 37 62 17
Octal 165 153 1 0 11 143 66 67 142 27
Binary 1110101 1101011 1 0 1001 1100011 110110 110111 1100010 10111

Color Harmonies of #756B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B01

Black with #756B01

Text Example


Text Example

White with #756B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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