Html Css Color HEX #75701C Olivetone

📋 copy color: '#75701C'

red 117 ◦ green 112 ◦ blue 28

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

Shades of Olivetone #75701C

Tints of Olivetone #75701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 45.53%
G = 43.58%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75701C (or 0x75701C) is known color: Olivetone. HEX triplet: 75, 70 and 1C. RGB value is (117,112,28). Sum of RGB (Red+Green+Blue) = 117+112+28=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701C is #8A8FE3. Grayscale: #686868. Windows color (decimal): -9080804 or 1863797. OLE color: 1863797.

HSL color Cylindrical-coordinate representation of color #75701C: hue angle of 56.63º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75701C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 28 -
CMYK 0 0.04 0.76 0.54
HSL 56.63º 0.61% 0.28% -
HSV(B) 56.63º 0.76% 0.46% -
XYZ 13.34 15.45 3.38 -
YUV 103.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 117 112 28 0 0.04 0.76 0.54 56.63 0.61 0.28
Hex 75 70 1C 0 4 4C 36 39 3D 1C
Octal 165 160 34 0 4 114 66 71 75 34
Binary 1110101 1110000 11100 0 100 1001100 110110 111001 111101 11100

Color Harmonies of #75701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75701C

Black with #75701C

Text Example


Text Example

White with #75701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75701C; }

 p { color: rgb(117,112,28); }

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

background-color css

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

 a { background-color: rgb(117,112,28); }

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

border-color css

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

 span { border-color: rgb(117,112,28); }

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