Html Css Color HEX #709642 Sushi

📋 copy color: '#709642'

red 112 ◦ green 150 ◦ blue 66

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

Shades of Sushi #709642

Tints of Sushi #709642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 34.15%
G = 45.73%
B = 20.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#709642 (or 0x709642) is known color: Sushi. HEX triplet: 70, 96 and 42. RGB value is (112,150,66). Sum of RGB (Red+Green+Blue) = 112+150+66=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #709642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709642 is #8F69BD. Grayscale: #818181. Windows color (decimal): -9398718 or 4363888. OLE color: 4363888.

HSL color Cylindrical-coordinate representation of color #709642: hue angle of 87.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709642 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 66 -
CMYK 0.25 0 0.56 0.41
HSL 87.14º 0.39% 0.42% -
HSV(B) 87.14º 0.56% 0.59% -
XYZ 18.57 25.65 9.13 -
YUV 129.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 112 150 66 0.25 0 0.56 0.41 87.14 0.39 0.42
Hex 70 96 42 19 0 38 29 57 27 2A
Octal 160 226 102 31 0 70 51 127 47 52
Binary 1110000 10010110 1000010 11001 0 111000 101001 1010111 100111 101010

Color Harmonies of #709642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709642

Black with #709642

Text Example


Text Example

White with #709642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709642; }

 p { color: rgb(112,150,66); }

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

background-color css

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

 a { background-color: rgb(112,150,66); }

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

border-color css

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

 span { border-color: rgb(112,150,66); }

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