Html Css Color HEX #749933 Sushi

📋 copy color: '#749933'

red 116 ◦ green 153 ◦ blue 51

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

Shades of Sushi #749933

Tints of Sushi #749933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.81%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 36.25%
G = 47.81%
B = 15.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#749933 (or 0x749933) is known color: Sushi. HEX triplet: 74, 99 and 33. RGB value is (116,153,51). Sum of RGB (Red+Green+Blue) = 116+153+51=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #749933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749933 is #8B66CC. Grayscale: #828282. Windows color (decimal): -9135821 or 3381620. OLE color: 3381620.

HSL color Cylindrical-coordinate representation of color #749933: hue angle of 81.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749933 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 51 -
CMYK 0.24 0 0.67 0.4
HSL 81.76º 0.5% 0.4% -
HSV(B) 81.76º 0.67% 0.6% -
XYZ 19.19 26.73 7.28 -
YUV 130.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 116 153 51 0.24 0 0.67 0.4 81.76 0.5 0.4
Hex 74 99 33 18 0 43 28 52 32 28
Octal 164 231 63 30 0 103 50 122 62 50
Binary 1110100 10011001 110011 11000 0 1000011 101000 1010010 110010 101000

Color Harmonies of #749933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749933

Black with #749933

Text Example


Text Example

White with #749933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749933; }

 p { color: rgb(116,153,51); }

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

background-color css

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

 a { background-color: rgb(116,153,51); }

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

border-color css

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

 span { border-color: rgb(116,153,51); }

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