Html Css Color HEX #709A30 Sushi

📋 copy color: '#709A30'

red 112 ◦ green 154 ◦ blue 48

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

Shades of Sushi #709A30

Tints of Sushi #709A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 35.67%
G = 49.04%
B = 15.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#709A30 (or 0x709A30) is known color: Sushi. HEX triplet: 70, 9A and 30. RGB value is (112,154,48). Sum of RGB (Red+Green+Blue) = 112+154+48=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #709A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A30 is #8F65CF. Grayscale: #818181. Windows color (decimal): -9397712 or 3185264. OLE color: 3185264.

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

Color convert

RGB 112 154 48 -
CMYK 0.27 0 0.69 0.40
HSL 83.77º 0.52% 0.4% -
HSV(B) 83.77º 0.69% 0.6% -
XYZ 18.77 26.77 6.97 -
YUV 129.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 112 154 48 0.27 0 0.69 0.40 83.77 0.52 0.4
Hex 70 9A 30 1B 0 45 28 54 34 28
Octal 160 232 60 33 0 105 50 124 64 50
Binary 1110000 10011010 110000 11011 0 1000101 101000 1010100 110100 101000

Color Harmonies of #709A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A30

Black with #709A30

Text Example


Text Example

White with #709A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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