Html Css Color HEX #757228 Olivetone

📋 copy color: '#757228'

red 117 ◦ green 114 ◦ blue 40

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

Shades of Olivetone #757228

Tints of Olivetone #757228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 43.17%
G = 42.07%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#757228 (or 0x757228) is known color: Olivetone. HEX triplet: 75, 72 and 28. RGB value is (117,114,40). Sum of RGB (Red+Green+Blue) = 117+114+40=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #757228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757228 is #8A8DD7. Grayscale: #6A6A6A. Windows color (decimal): -9080280 or 2650741. OLE color: 2650741.

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

Color convert

RGB 117 114 40 -
CMYK 0 0.03 0.66 0.54
HSL 57.66º 0.49% 0.31% -
HSV(B) 57.66º 0.66% 0.46% -
XYZ 13.74 15.97 4.37 -
YUV 106.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 117 114 40 0 0.03 0.66 0.54 57.66 0.49 0.31
Hex 75 72 28 0 3 42 36 3A 31 1F
Octal 165 162 50 0 3 102 66 72 61 37
Binary 1110101 1110010 101000 0 11 1000010 110110 111010 110001 11111

Color Harmonies of #757228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757228

Black with #757228

Text Example


Text Example

White with #757228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757228; }

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

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

background-color css

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

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

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

border-color css

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

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

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