Html Css Color HEX #74972F Sushi

📋 copy color: '#74972F'

red 116 ◦ green 151 ◦ blue 47

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

Shades of Sushi #74972F

Tints of Sushi #74972F

RGB

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

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

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

R = 36.94%
G = 48.09%
B = 14.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#74972F (or 0x74972F) is known color: Sushi. HEX triplet: 74, 97 and 2F. RGB value is (116,151,47). Sum of RGB (Red+Green+Blue) = 116+151+47=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #74972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74972F is #8B68D0. Grayscale: #818181. Windows color (decimal): -9136337 or 3118964. OLE color: 3118964.

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

Color convert

RGB 116 151 47 -
CMYK 0.23 0 0.69 0.41
HSL 80.19º 0.53% 0.39% -
HSV(B) 80.19º 0.69% 0.59% -
XYZ 18.78 26.05 6.73 -
YUV 128.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 116 151 47 0.23 0 0.69 0.41 80.19 0.53 0.39
Hex 74 97 2F 17 0 45 29 50 35 27
Octal 164 227 57 27 0 105 51 120 65 47
Binary 1110100 10010111 101111 10111 0 1000101 101001 1010000 110101 100111

Color Harmonies of #74972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74972F

Black with #74972F

Text Example


Text Example

White with #74972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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