Html Css Color HEX #74992C Sushi

📋 copy color: '#74992C'

red 116 ◦ green 153 ◦ blue 44

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

Shades of Sushi #74992C

Tints of Sushi #74992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 37.06%
G = 48.88%
B = 14.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#74992C (or 0x74992C) is known color: Sushi. HEX triplet: 74, 99 and 2C. RGB value is (116,153,44). Sum of RGB (Red+Green+Blue) = 116+153+44=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #74992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74992C is #8B66D3. Grayscale: #818181. Windows color (decimal): -9135828 or 2922868. OLE color: 2922868.

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

Color convert

RGB 116 153 44 -
CMYK 0.24 0 0.71 0.4
HSL 80.37º 0.55% 0.39% -
HSV(B) 80.37º 0.71% 0.6% -
XYZ 19.05 26.68 6.53 -
YUV 129.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 116 153 44 0.24 0 0.71 0.4 80.37 0.55 0.39
Hex 74 99 2C 18 0 47 28 50 37 27
Octal 164 231 54 30 0 107 50 120 67 47
Binary 1110100 10011001 101100 11000 0 1000111 101000 1010000 110111 100111

Color Harmonies of #74992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74992C

Black with #74992C

Text Example


Text Example

White with #74992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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