Html Css Color HEX #709C30 Sushi

📋 copy color: '#709C30'

red 112 ◦ green 156 ◦ blue 48

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

Shades of Sushi #709C30

Tints of Sushi #709C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.37%

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

R = 35.44%
G = 49.37%
B = 15.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#709C30 (or 0x709C30) is known color: Sushi. HEX triplet: 70, 9C and 30. RGB value is (112,156,48). Sum of RGB (Red+Green+Blue) = 112+156+48=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #709C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C30 is #8F63CF. Grayscale: #828282. Windows color (decimal): -9397200 or 3185776. OLE color: 3185776.

HSL color Cylindrical-coordinate representation of color #709C30: hue angle of 84.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #709C30 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 48 -
CMYK 0.28 0 0.69 0.39
HSL 84.44º 0.53% 0.4% -
HSV(B) 84.44º 0.69% 0.61% -
XYZ 19.1 27.44 7.08 -
YUV 130.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 112 156 48 0.28 0 0.69 0.39 84.44 0.53 0.4
Hex 70 9C 30 1C 0 45 27 54 35 28
Octal 160 234 60 34 0 105 47 124 65 50
Binary 1110000 10011100 110000 11100 0 1000101 100111 1010100 110101 101000

Color Harmonies of #709C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C30

Black with #709C30

Text Example


Text Example

White with #709C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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