Html Css Color HEX #749C25 Sushi

📋 copy color: '#749C25'

red 116 ◦ green 156 ◦ blue 37

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

Shades of Sushi #749C25

Tints of Sushi #749C25

RGB

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

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

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

R = 37.54%
G = 50.49%
B = 11.97%

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

#749C25 (or 0x749C25) is known color: Sushi. HEX triplet: 74, 9C and 25. RGB value is (116,156,37). Sum of RGB (Red+Green+Blue) = 116+156+37=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #749C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C25 is #8B63DA. Grayscale: #828282. Windows color (decimal): -9135067 or 2464884. OLE color: 2464884.

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

Color convert

RGB 116 156 37 -
CMYK 0.26 0 0.76 0.39
HSL 80.17º 0.62% 0.38% -
HSV(B) 80.17º 0.76% 0.61% -
XYZ 19.42 27.62 6.06 -
YUV 130.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 116 156 37 0.26 0 0.76 0.39 80.17 0.62 0.38
Hex 74 9C 25 1A 0 4C 27 50 3E 26
Octal 164 234 45 32 0 114 47 120 76 46
Binary 1110100 10011100 100101 11010 0 1001100 100111 1010000 111110 100110

Color Harmonies of #749C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C25

Black with #749C25

Text Example


Text Example

White with #749C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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