Html Css Color HEX #749729 Sushi

📋 copy color: '#749729'

red 116 ◦ green 151 ◦ blue 41

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

Shades of Sushi #749729

Tints of Sushi #749729

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 37.66%
G = 49.03%
B = 13.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#749729 (or 0x749729) is known color: Sushi. HEX triplet: 74, 97 and 29. RGB value is (116,151,41). Sum of RGB (Red+Green+Blue) = 116+151+41=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #749729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749729 is #8B68D6. Grayscale: #808080. Windows color (decimal): -9136343 or 2725748. OLE color: 2725748.

HSL color Cylindrical-coordinate representation of color #749729: hue angle of 79.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749729 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 41 -
CMYK 0.23 0 0.73 0.41
HSL 79.09º 0.57% 0.38% -
HSV(B) 79.09º 0.73% 0.59% -
XYZ 18.67 26.01 6.13 -
YUV 128 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 116 151 41 0.23 0 0.73 0.41 79.09 0.57 0.38
Hex 74 97 29 17 0 49 29 4F 39 26
Octal 164 227 51 27 0 111 51 117 71 46
Binary 1110100 10010111 101001 10111 0 1001001 101001 1001111 111001 100110

Color Harmonies of #749729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749729

Black with #749729

Text Example


Text Example

White with #749729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749729; }

 p { color: rgb(116,151,41); }

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

background-color css

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

 a { background-color: rgb(116,151,41); }

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

border-color css

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

 span { border-color: rgb(116,151,41); }

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