Html Css Color HEX #749C3C Sushi

📋 copy color: '#749C3C'

red 116 ◦ green 156 ◦ blue 60

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

Shades of Sushi #749C3C

Tints of Sushi #749C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 34.94%
G = 46.99%
B = 18.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#749C3C (or 0x749C3C) is known color: Sushi. HEX triplet: 74, 9C and 3C. RGB value is (116,156,60). Sum of RGB (Red+Green+Blue) = 116+156+60=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #749C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C3C is #8B63C3. Grayscale: #858585. Windows color (decimal): -9135044 or 3972212. OLE color: 3972212.

HSL color Cylindrical-coordinate representation of color #749C3C: hue angle of 85º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #749C3C is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 60 -
CMYK 0.26 0 0.62 0.39
HSL 85º 0.44% 0.42% -
HSV(B) 85º 0.62% 0.61% -
XYZ 19.91 27.82 8.59 -
YUV 133.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 116 156 60 0.26 0 0.62 0.39 85 0.44 0.42
Hex 74 9C 3C 1A 0 3E 27 55 2C 2A
Octal 164 234 74 32 0 76 47 125 54 52
Binary 1110100 10011100 111100 11010 0 111110 100111 1010101 101100 101010

Color Harmonies of #749C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C3C

Black with #749C3C

Text Example


Text Example

White with #749C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C3C; }

 p { color: rgb(116,156,60); }

 H1.HeaderClassName
 {
   color: #749C3C;
 }
 .AnyTagClassName
 {
   color: #749C3C;
 }
</style>

background-color css

<style>
 a { background-color: #749C3C; }

 a { background-color: rgb(116,156,60); }

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

border-color css

<style>
 span { border-color: #749C3C; }

 span { border-color: rgb(116,156,60); }

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