Html Css Color HEX #78952E Sushi

📋 copy color: '#78952E'

red 120 ◦ green 149 ◦ blue 46

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

Shades of Sushi #78952E

Tints of Sushi #78952E

RGB

 RED value IS 120 (47.27% from 255) = 38.1%

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

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

R = 38.1%
G = 47.3%
B = 14.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#78952E (or 0x78952E) is known color: Sushi. HEX triplet: 78, 95 and 2E. RGB value is (120,149,46). Sum of RGB (Red+Green+Blue) = 120+149+46=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #78952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78952E is #876AD1. Grayscale: #808080. Windows color (decimal): -8874706 or 3052920. OLE color: 3052920.

HSL color Cylindrical-coordinate representation of color #78952E: hue angle of 76.89º 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 #78952E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 46 -
CMYK 0.19 0 0.69 0.42
HSL 76.89º 0.53% 0.38% -
HSV(B) 76.89º 0.69% 0.58% -
XYZ 18.99 25.69 6.54 -
YUV 128.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 120 149 46 0.19 0 0.69 0.42 76.89 0.53 0.38
Hex 78 95 2E 13 0 45 2A 4D 35 26
Octal 170 225 56 23 0 105 52 115 65 46
Binary 1111000 10010101 101110 10011 0 1000101 101010 1001101 110101 100110

Color Harmonies of #78952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78952E

Black with #78952E

Text Example


Text Example

White with #78952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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