Html Css Color HEX #709C27 Sushi

📋 copy color: '#709C27'

red 112 ◦ green 156 ◦ blue 39

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

Shades of Sushi #709C27

Tints of Sushi #709C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 36.48%
G = 50.81%
B = 12.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#709C27 (or 0x709C27) is known color: Sushi. HEX triplet: 70, 9C and 27. RGB value is (112,156,39). Sum of RGB (Red+Green+Blue) = 112+156+39=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #709C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C27 is #8F63D8. Grayscale: #818181. Windows color (decimal): -9397209 or 2595952. OLE color: 2595952.

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

Color convert

RGB 112 156 39 -
CMYK 0.28 0 0.75 0.39
HSL 82.56º 0.6% 0.38% -
HSV(B) 82.56º 0.75% 0.61% -
XYZ 18.94 27.37 6.2 -
YUV 129.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 112 156 39 0.28 0 0.75 0.39 82.56 0.6 0.38
Hex 70 9C 27 1C 0 4B 27 53 3C 26
Octal 160 234 47 34 0 113 47 123 74 46
Binary 1110000 10011100 100111 11100 0 1001011 100111 1010011 111100 100110

Color Harmonies of #709C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C27

Black with #709C27

Text Example


Text Example

White with #709C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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