Html Css Color HEX #759830 Sushi

📋 copy color: '#759830'

red 117 ◦ green 152 ◦ blue 48

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

Shades of Sushi #759830

Tints of Sushi #759830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 36.91%
G = 47.95%
B = 15.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#759830 (or 0x759830) is known color: Sushi. HEX triplet: 75, 98 and 30. RGB value is (117,152,48). Sum of RGB (Red+Green+Blue) = 117+152+48=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #759830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759830 is #8A67CF. Grayscale: #828282. Windows color (decimal): -9070544 or 3184757. OLE color: 3184757.

HSL color Cylindrical-coordinate representation of color #759830: hue angle of 80.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #759830 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 48 -
CMYK 0.23 0 0.68 0.40
HSL 80.19º 0.52% 0.39% -
HSV(B) 80.19º 0.68% 0.6% -
XYZ 19.1 26.45 6.9 -
YUV 129.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 117 152 48 0.23 0 0.68 0.40 80.19 0.52 0.39
Hex 75 98 30 17 0 44 28 50 34 27
Octal 165 230 60 27 0 104 50 120 64 47
Binary 1110101 10011000 110000 10111 0 1000100 101000 1010000 110100 100111

Color Harmonies of #759830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759830

Black with #759830

Text Example


Text Example

White with #759830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759830; }

 p { color: rgb(117,152,48); }

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

background-color css

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

 a { background-color: rgb(117,152,48); }

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

border-color css

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

 span { border-color: rgb(117,152,48); }

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