Html Css Color HEX #749C26 Sushi

📋 copy color: '#749C26'

red 116 ◦ green 156 ◦ blue 38

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

Shades of Sushi #749C26

Tints of Sushi #749C26

RGB

 RED value IS 116 (45.7% from 255) = 37.42%

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 37.42%
G = 50.32%
B = 12.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#749C26 (or 0x749C26) is known color: Sushi. HEX triplet: 74, 9C and 26. RGB value is (116,156,38). Sum of RGB (Red+Green+Blue) = 116+156+38=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #749C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C26 is #8B63D9. Grayscale: #838383. Windows color (decimal): -9135066 or 2530420. OLE color: 2530420.

HSL color Cylindrical-coordinate representation of color #749C26: hue angle of 80.34º degrees, saturation: 0.61, 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 #749C26 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 38 -
CMYK 0.26 0 0.76 0.39
HSL 80.34º 0.61% 0.38% -
HSV(B) 80.34º 0.76% 0.61% -
XYZ 19.44 27.63 6.14 -
YUV 130.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 116 156 38 0.26 0 0.76 0.39 80.34 0.61 0.38
Hex 74 9C 26 1A 0 4C 27 50 3D 26
Octal 164 234 46 32 0 114 47 120 75 46
Binary 1110100 10011100 100110 11010 0 1001100 100111 1010000 111101 100110

Color Harmonies of #749C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C26

Black with #749C26

Text Example


Text Example

White with #749C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C26; }

 p { color: rgb(116,156,38); }

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

background-color css

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

 a { background-color: rgb(116,156,38); }

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

border-color css

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

 span { border-color: rgb(116,156,38); }

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