Html Css Color HEX #757428 Olivetone

📋 copy color: '#757428'

red 117 ◦ green 116 ◦ blue 40

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

Shades of Olivetone #757428

Tints of Olivetone #757428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 42.86%
G = 42.49%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#757428 (or 0x757428) is known color: Olivetone. HEX triplet: 75, 74 and 28. RGB value is (117,116,40). Sum of RGB (Red+Green+Blue) = 117+116+40=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #757428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757428 is #8A8BD7. Grayscale: #6B6B6B. Windows color (decimal): -9079768 or 2651253. OLE color: 2651253.

HSL color Cylindrical-coordinate representation of color #757428: hue angle of 59.22º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757428 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 40 -
CMYK 0 0.01 0.66 0.54
HSL 59.22º 0.49% 0.31% -
HSV(B) 59.22º 0.66% 0.46% -
XYZ 13.96 16.43 4.44 -
YUV 107.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 117 116 40 0 0.01 0.66 0.54 59.22 0.49 0.31
Hex 75 74 28 0 1 42 36 3B 31 1F
Octal 165 164 50 0 1 102 66 73 61 37
Binary 1110101 1110100 101000 0 1 1000010 110110 111011 110001 11111

Color Harmonies of #757428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757428

Black with #757428

Text Example


Text Example

White with #757428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757428; }

 p { color: rgb(117,116,40); }

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

background-color css

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

 a { background-color: rgb(117,116,40); }

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

border-color css

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

 span { border-color: rgb(117,116,40); }

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