Html Css Color HEX #709F40 Sushi

📋 copy color: '#709F40'

red 112 ◦ green 159 ◦ blue 64

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

Shades of Sushi #709F40

Tints of Sushi #709F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.46%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 33.43%
G = 47.46%
B = 19.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#709F40 (or 0x709F40) is known color: Sushi. HEX triplet: 70, 9F and 40. RGB value is (112,159,64). Sum of RGB (Red+Green+Blue) = 112+159+64=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #709F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F40 is #8F60BF. Grayscale: #868686. Windows color (decimal): -9396416 or 4235120. OLE color: 4235120.

HSL color Cylindrical-coordinate representation of color #709F40: hue angle of 89.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #709F40 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 64 -
CMYK 0.30 0 0.60 0.38
HSL 89.68º 0.43% 0.44% -
HSV(B) 89.68º 0.6% 0.62% -
XYZ 20.01 28.61 9.32 -
YUV 134.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 112 159 64 0.30 0 0.60 0.38 89.68 0.43 0.44
Hex 70 9F 40 1E 0 3C 26 5A 2B 2C
Octal 160 237 100 36 0 74 46 132 53 54
Binary 1110000 10011111 1000000 11110 0 111100 100110 1011010 101011 101100

Color Harmonies of #709F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F40

Black with #709F40

Text Example


Text Example

White with #709F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,64); }

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

background-color css

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

 a { background-color: rgb(112,159,64); }

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

border-color css

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

 span { border-color: rgb(112,159,64); }

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