Html Css Color HEX #74972B Sushi

📋 copy color: '#74972B'

red 116 ◦ green 151 ◦ blue 43

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

Shades of Sushi #74972B

Tints of Sushi #74972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 37.42%
G = 48.71%
B = 13.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#74972B (or 0x74972B) is known color: Sushi. HEX triplet: 74, 97 and 2B. RGB value is (116,151,43). Sum of RGB (Red+Green+Blue) = 116+151+43=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #74972B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74972B is #8B68D4. Grayscale: #808080. Windows color (decimal): -9136341 or 2856820. OLE color: 2856820.

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

Color convert

RGB 116 151 43 -
CMYK 0.23 0 0.72 0.41
HSL 79.44º 0.56% 0.38% -
HSV(B) 79.44º 0.72% 0.59% -
XYZ 18.71 26.02 6.32 -
YUV 128.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 116 151 43 0.23 0 0.72 0.41 79.44 0.56 0.38
Hex 74 97 2B 17 0 48 29 4F 38 26
Octal 164 227 53 27 0 110 51 117 70 46
Binary 1110100 10010111 101011 10111 0 1001000 101001 1001111 111000 100110

Color Harmonies of #74972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74972B

Black with #74972B

Text Example


Text Example

White with #74972B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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