Html Css Color HEX #759939 Sushi

📋 copy color: '#759939'

red 117 ◦ green 153 ◦ blue 57

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

Shades of Sushi #759939

Tints of Sushi #759939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

 BLUE value IS 57 (22.66% from 255) = 17.43%

R = 35.78%
G = 46.79%
B = 17.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#759939 (or 0x759939) is known color: Sushi. HEX triplet: 75, 99 and 39. RGB value is (117,153,57). Sum of RGB (Red+Green+Blue) = 117+153+57=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #759939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759939 is #8A66C6. Grayscale: #838383. Windows color (decimal): -9070279 or 3774837. OLE color: 3774837.

HSL color Cylindrical-coordinate representation of color #759939: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759939 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 57 -
CMYK 0.24 0 0.63 0.4
HSL 82.5º 0.46% 0.41% -
HSV(B) 82.5º 0.63% 0.6% -
XYZ 19.47 26.86 8.03 -
YUV 131.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 117 153 57 0.24 0 0.63 0.4 82.5 0.46 0.41
Hex 75 99 39 18 0 3F 28 52 2E 29
Octal 165 231 71 30 0 77 50 122 56 51
Binary 1110101 10011001 111001 11000 0 111111 101000 1010010 101110 101001

Color Harmonies of #759939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759939

Black with #759939

Text Example


Text Example

White with #759939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759939; }

 p { color: rgb(117,153,57); }

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

background-color css

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

 a { background-color: rgb(117,153,57); }

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

border-color css

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

 span { border-color: rgb(117,153,57); }

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