Html Css Color HEX #759C25 Sushi

📋 copy color: '#759C25'

red 117 ◦ green 156 ◦ blue 37

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

Shades of Sushi #759C25

Tints of Sushi #759C25

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 37.74%
G = 50.32%
B = 11.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#759C25 (or 0x759C25) is known color: Sushi. HEX triplet: 75, 9C and 25. RGB value is (117,156,37). Sum of RGB (Red+Green+Blue) = 117+156+37=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #759C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C25 is #8A63DA. Grayscale: #838383. Windows color (decimal): -9069531 or 2464885. OLE color: 2464885.

HSL color Cylindrical-coordinate representation of color #759C25: hue angle of 79.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759C25 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 37 -
CMYK 0.25 0 0.76 0.39
HSL 79.66º 0.62% 0.38% -
HSV(B) 79.66º 0.76% 0.61% -
XYZ 19.56 27.69 6.06 -
YUV 130.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 117 156 37 0.25 0 0.76 0.39 79.66 0.62 0.38
Hex 75 9C 25 19 0 4C 27 50 3E 26
Octal 165 234 45 31 0 114 47 120 76 46
Binary 1110101 10011100 100101 11001 0 1001100 100111 1010000 111110 100110

Color Harmonies of #759C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C25

Black with #759C25

Text Example


Text Example

White with #759C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759C25; }

 p { color: rgb(117,156,37); }

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

background-color css

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

 a { background-color: rgb(117,156,37); }

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

border-color css

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

 span { border-color: rgb(117,156,37); }

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