Html Css Color HEX #756901 Olive

📋 copy color: '#756901'

red 117 ◦ green 105 ◦ blue 1

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

Shades of Olive #756901

Tints of Olive #756901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

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

R = 52.47%
G = 47.09%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756901 (or 0x756901) is known color: Olive. HEX triplet: 75, 69 and 01. RGB value is (117,105,1). Sum of RGB (Red+Green+Blue) = 117+105+1=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756901 is #8A96FE. Grayscale: #616161. Windows color (decimal): -9082623 or 92533. OLE color: 92533.

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

Color convert

RGB 117 105 1 -
CMYK 0 0.10 0.99 0.54
HSL 53.79º 0.98% 0.23% -
HSV(B) 53.79º 0.99% 0.46% -
XYZ 12.39 13.89 2.06 -
YUV 96.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 117 105 1 0 0.10 0.99 0.54 53.79 0.98 0.23
Hex 75 69 1 0 A 63 36 36 62 17
Octal 165 151 1 0 12 143 66 66 142 27
Binary 1110101 1101001 1 0 1010 1100011 110110 110110 1100010 10111

Color Harmonies of #756901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756901

Black with #756901

Text Example


Text Example

White with #756901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756901; }

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

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

background-color css

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

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

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

border-color css

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

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

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