Html Css Color HEX #756C01 Olive

📋 copy color: '#756C01'

red 117 ◦ green 108 ◦ blue 1

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

Shades of Olive #756C01

Tints of Olive #756C01

RGB

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

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

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

R = 51.77%
G = 47.79%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756C01 (or 0x756C01) is known color: Olive. HEX triplet: 75, 6C and 01. RGB value is (117,108,1). Sum of RGB (Red+Green+Blue) = 117+108+1=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #756C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C01 is #8A93FE. Grayscale: #626262. Windows color (decimal): -9081855 or 93301. OLE color: 93301.

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

Color convert

RGB 117 108 1 -
CMYK 0 0.08 0.99 0.54
HSL 55.34º 0.98% 0.23% -
HSV(B) 55.34º 0.99% 0.46% -
XYZ 12.7 14.51 2.16 -
YUV 98.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 117 108 1 0 0.08 0.99 0.54 55.34 0.98 0.23
Hex 75 6C 1 0 8 63 36 37 62 17
Octal 165 154 1 0 10 143 66 67 142 27
Binary 1110101 1101100 1 0 1000 1100011 110110 110111 1100010 10111

Color Harmonies of #756C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C01

Black with #756C01

Text Example


Text Example

White with #756C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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