Html Css Color HEX #709B30 Sushi

📋 copy color: '#709B30'

red 112 ◦ green 155 ◦ blue 48

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

Shades of Sushi #709B30

Tints of Sushi #709B30

RGB

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

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

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

R = 35.56%
G = 49.21%
B = 15.24%

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

#709B30 (or 0x709B30) is known color: Sushi. HEX triplet: 70, 9B and 30. RGB value is (112,155,48). Sum of RGB (Red+Green+Blue) = 112+155+48=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #709B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B30 is #8F64CF. Grayscale: #828282. Windows color (decimal): -9397456 or 3185520. OLE color: 3185520.

HSL color Cylindrical-coordinate representation of color #709B30: hue angle of 84.11º 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 #709B30 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 48 -
CMYK 0.28 0 0.69 0.39
HSL 84.11º 0.53% 0.4% -
HSV(B) 84.11º 0.69% 0.61% -
XYZ 18.94 27.1 7.03 -
YUV 129.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 112 155 48 0.28 0 0.69 0.39 84.11 0.53 0.4
Hex 70 9B 30 1C 0 45 27 54 35 28
Octal 160 233 60 34 0 105 47 124 65 50
Binary 1110000 10011011 110000 11100 0 1000101 100111 1010100 110101 101000

Color Harmonies of #709B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B30

Black with #709B30

Text Example


Text Example

White with #709B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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