Html Css Color HEX #789B34 Sushi

📋 copy color: '#789B34'

red 120 ◦ green 155 ◦ blue 52

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

Shades of Sushi #789B34

Tints of Sushi #789B34

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 36.7%
G = 47.4%
B = 15.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#789B34 (or 0x789B34) is known color: Sushi. HEX triplet: 78, 9B and 34. RGB value is (120,155,52). Sum of RGB (Red+Green+Blue) = 120+155+52=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #789B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789B34 is #8764CB. Grayscale: #858585. Windows color (decimal): -8873164 or 3447672. OLE color: 3447672.

HSL color Cylindrical-coordinate representation of color #789B34: hue angle of 80.39º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #789B34 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 155 52 -
CMYK 0.23 0 0.66 0.39
HSL 80.39º 0.5% 0.41% -
HSV(B) 80.39º 0.66% 0.61% -
XYZ 20.09 27.68 7.53 -
YUV 132.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 120 155 52 0.23 0 0.66 0.39 80.39 0.5 0.41
Hex 78 9B 34 17 0 42 27 50 32 29
Octal 170 233 64 27 0 102 47 120 62 51
Binary 1111000 10011011 110100 10111 0 1000010 100111 1010000 110010 101001

Color Harmonies of #789B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789B34

Black with #789B34

Text Example


Text Example

White with #789B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789B34; }

 p { color: rgb(120,155,52); }

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

background-color css

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

 a { background-color: rgb(120,155,52); }

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

border-color css

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

 span { border-color: rgb(120,155,52); }

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