Html Css Color HEX #709A35 Sushi

📋 copy color: '#709A35'

red 112 ◦ green 154 ◦ blue 53

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

Shades of Sushi #709A35

Tints of Sushi #709A35

RGB

 RED value IS 112 (44.14% from 255) = 35.11%

 GREEN value IS 154 (60.55% from 255) = 48.28%

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 35.11%
G = 48.28%
B = 16.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#709A35 (or 0x709A35) is known color: Sushi. HEX triplet: 70, 9A and 35. RGB value is (112,154,53). Sum of RGB (Red+Green+Blue) = 112+154+53=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #709A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A35 is #8F65CA. Grayscale: #828282. Windows color (decimal): -9397707 or 3512944. OLE color: 3512944.

HSL color Cylindrical-coordinate representation of color #709A35: hue angle of 84.95º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #709A35 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 53 -
CMYK 0.27 0 0.66 0.40
HSL 84.95º 0.49% 0.41% -
HSV(B) 84.95º 0.66% 0.6% -
XYZ 18.88 26.81 7.55 -
YUV 129.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 112 154 53 0.27 0 0.66 0.40 84.95 0.49 0.41
Hex 70 9A 35 1B 0 42 28 55 31 29
Octal 160 232 65 33 0 102 50 125 61 51
Binary 1110000 10011010 110101 11011 0 1000010 101000 1010101 110001 101001

Color Harmonies of #709A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A35

Black with #709A35

Text Example


Text Example

White with #709A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709A35; }

 p { color: rgb(112,154,53); }

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

background-color css

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

 a { background-color: rgb(112,154,53); }

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

border-color css

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

 span { border-color: rgb(112,154,53); }

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