Html Css Color HEX #74A12D Sushi

📋 copy color: '#74A12D'

red 116 ◦ green 161 ◦ blue 45

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

Shades of Sushi #74A12D

Tints of Sushi #74A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 36.02%
G = 50%
B = 13.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#74A12D (or 0x74A12D) is known color: Sushi. HEX triplet: 74, A1 and 2D. RGB value is (116,161,45). Sum of RGB (Red+Green+Blue) = 116+161+45=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #74A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A12D is #8B5ED2. Grayscale: #868686. Windows color (decimal): -9133779 or 2990452. OLE color: 2990452.

HSL color Cylindrical-coordinate representation of color #74A12D: hue angle of 83.28º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74A12D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 45 -
CMYK 0.28 0 0.72 0.37
HSL 83.28º 0.56% 0.4% -
HSV(B) 83.28º 0.72% 0.63% -
XYZ 20.42 29.39 7.08 -
YUV 134.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 116 161 45 0.28 0 0.72 0.37 83.28 0.56 0.4
Hex 74 A1 2D 1C 0 48 25 53 38 28
Octal 164 241 55 34 0 110 45 123 70 50
Binary 1110100 10100001 101101 11100 0 1001000 100101 1010011 111000 101000

Color Harmonies of #74A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A12D

Black with #74A12D

Text Example


Text Example

White with #74A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A12D; }

 p { color: rgb(116,161,45); }

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

background-color css

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

 a { background-color: rgb(116,161,45); }

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

border-color css

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

 span { border-color: rgb(116,161,45); }

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