Html Css Color HEX #74952E Sushi

📋 copy color: '#74952E'

red 116 ◦ green 149 ◦ blue 46

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

Shades of Sushi #74952E

Tints of Sushi #74952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

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

R = 37.3%
G = 47.91%
B = 14.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#74952E (or 0x74952E) is known color: Sushi. HEX triplet: 74, 95 and 2E. RGB value is (116,149,46). Sum of RGB (Red+Green+Blue) = 116+149+46=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #74952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74952E is #8B6AD1. Grayscale: #7F7F7F. Windows color (decimal): -9136850 or 3052916. OLE color: 3052916.

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

Color convert

RGB 116 149 46 -
CMYK 0.22 0 0.69 0.42
HSL 79.22º 0.53% 0.38% -
HSV(B) 79.22º 0.69% 0.58% -
XYZ 18.44 25.41 6.52 -
YUV 127.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 116 149 46 0.22 0 0.69 0.42 79.22 0.53 0.38
Hex 74 95 2E 16 0 45 2A 4F 35 26
Octal 164 225 56 26 0 105 52 117 65 46
Binary 1110100 10010101 101110 10110 0 1000101 101010 1001111 110101 100110

Color Harmonies of #74952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74952E

Black with #74952E

Text Example


Text Example

White with #74952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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