Html Css Color HEX #74962E Sushi

📋 copy color: '#74962E'

red 116 ◦ green 150 ◦ blue 46

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

Shades of Sushi #74962E

Tints of Sushi #74962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 37.18%
G = 48.08%
B = 14.74%

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

#74962E (or 0x74962E) is known color: Sushi. HEX triplet: 74, 96 and 2E. RGB value is (116,150,46). Sum of RGB (Red+Green+Blue) = 116+150+46=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #74962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74962E is #8B69D1. Grayscale: #808080. Windows color (decimal): -9136594 or 3053172. OLE color: 3053172.

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

Color convert

RGB 116 150 46 -
CMYK 0.23 0 0.69 0.41
HSL 79.62º 0.53% 0.38% -
HSV(B) 79.62º 0.69% 0.59% -
XYZ 18.6 25.72 6.57 -
YUV 127.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 116 150 46 0.23 0 0.69 0.41 79.62 0.53 0.38
Hex 74 96 2E 17 0 45 29 50 35 26
Octal 164 226 56 27 0 105 51 120 65 46
Binary 1110100 10010110 101110 10111 0 1000101 101001 1010000 110101 100110

Color Harmonies of #74962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74962E

Black with #74962E

Text Example


Text Example

White with #74962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74962E; }

 p { color: rgb(116,150,46); }

 H1.HeaderClassName
 {
   color: #74962E;
 }
 .AnyTagClassName
 {
   color: #74962E;
 }
</style>

background-color css

<style>
 a { background-color: #74962E; }

 a { background-color: rgb(116,150,46); }

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

border-color css

<style>
 span { border-color: #74962E; }

 span { border-color: rgb(116,150,46); }

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