Html Css Color HEX #759242 Sushi

📋 copy color: '#759242'

red 117 ◦ green 146 ◦ blue 66

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

Shades of Sushi #759242

Tints of Sushi #759242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 35.56%
G = 44.38%
B = 20.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#759242 (or 0x759242) is known color: Sushi. HEX triplet: 75, 92 and 42. RGB value is (117,146,66). Sum of RGB (Red+Green+Blue) = 117+146+66=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #759242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759242 is #8A6DBD. Grayscale: #808080. Windows color (decimal): -9072062 or 4362869. OLE color: 4362869.

HSL color Cylindrical-coordinate representation of color #759242: hue angle of 81.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #759242 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 66 -
CMYK 0.20 0 0.55 0.43
HSL 81.75º 0.38% 0.42% -
HSV(B) 81.75º 0.55% 0.57% -
XYZ 18.6 24.73 8.95 -
YUV 128.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 117 146 66 0.20 0 0.55 0.43 81.75 0.38 0.42
Hex 75 92 42 14 0 37 2B 52 26 2A
Octal 165 222 102 24 0 67 53 122 46 52
Binary 1110101 10010010 1000010 10100 0 110111 101011 1010010 100110 101010

Color Harmonies of #759242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759242

Black with #759242

Text Example


Text Example

White with #759242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759242; }

 p { color: rgb(117,146,66); }

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

background-color css

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

 a { background-color: rgb(117,146,66); }

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

border-color css

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

 span { border-color: rgb(117,146,66); }

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