Html Css Color HEX #74992F Sushi

📋 copy color: '#74992F'

red 116 ◦ green 153 ◦ blue 47

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

Shades of Sushi #74992F

Tints of Sushi #74992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 36.71%
G = 48.42%
B = 14.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#74992F (or 0x74992F) is known color: Sushi. HEX triplet: 74, 99 and 2F. RGB value is (116,153,47). Sum of RGB (Red+Green+Blue) = 116+153+47=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #74992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74992F is #8B66D0. Grayscale: #828282. Windows color (decimal): -9135825 or 3119476. OLE color: 3119476.

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

Color convert

RGB 116 153 47 -
CMYK 0.24 0 0.69 0.4
HSL 80.94º 0.53% 0.39% -
HSV(B) 80.94º 0.69% 0.6% -
XYZ 19.11 26.7 6.84 -
YUV 129.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 116 153 47 0.24 0 0.69 0.4 80.94 0.53 0.39
Hex 74 99 2F 18 0 45 28 51 35 27
Octal 164 231 57 30 0 105 50 121 65 47
Binary 1110100 10011001 101111 11000 0 1000101 101000 1010001 110101 100111

Color Harmonies of #74992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74992F

Black with #74992F

Text Example


Text Example

White with #74992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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