Html Css Color HEX #749843 Sushi

📋 copy color: '#749843'

red 116 ◦ green 152 ◦ blue 67

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

Shades of Sushi #749843

Tints of Sushi #749843

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.37%

 BLUE value IS 67 (26.56% from 255) = 20%

R = 34.63%
G = 45.37%
B = 20%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#749843 (or 0x749843) is known color: Sushi. HEX triplet: 74, 98 and 43. RGB value is (116,152,67). Sum of RGB (Red+Green+Blue) = 116+152+67=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #749843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749843 is #8B67BC. Grayscale: #838383. Windows color (decimal): -9136061 or 4429940. OLE color: 4429940.

HSL color Cylindrical-coordinate representation of color #749843: hue angle of 85.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #749843 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 67 -
CMYK 0.24 0 0.56 0.40
HSL 85.41º 0.39% 0.43% -
HSV(B) 85.41º 0.56% 0.6% -
XYZ 19.44 26.57 9.41 -
YUV 131.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 116 152 67 0.24 0 0.56 0.40 85.41 0.39 0.43
Hex 74 98 43 18 0 38 28 55 27 2B
Octal 164 230 103 30 0 70 50 125 47 53
Binary 1110100 10011000 1000011 11000 0 111000 101000 1010101 100111 101011

Color Harmonies of #749843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749843

Black with #749843

Text Example


Text Example

White with #749843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749843; }

 p { color: rgb(116,152,67); }

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

background-color css

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

 a { background-color: rgb(116,152,67); }

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

border-color css

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

 span { border-color: rgb(116,152,67); }

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