Html Css Color HEX #707037 Crete

📋 copy color: '#707037'

red 112 ◦ green 112 ◦ blue 55

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

Shades of Crete #707037

Tints of Crete #707037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 40.14%
G = 40.14%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#707037 (or 0x707037) is known color: Crete. HEX triplet: 70, 70 and 37. RGB value is (112,112,55). Sum of RGB (Red+Green+Blue) = 112+112+55=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707037 is #8F8FC8. Grayscale: #696969. Windows color (decimal): -9408457 or 3633264. OLE color: 3633264.

HSL color Cylindrical-coordinate representation of color #707037: hue angle of 60º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707037 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 55 -
CMYK 0 0 0.51 0.56
HSL 60º 0.34% 0.33% -
HSV(B) 60º 0.51% 0.44% -
XYZ 13.17 15.31 5.88 -
YUV 105.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 112 112 55 0 0 0.51 0.56 60 0.34 0.33
Hex 70 70 37 0 0 33 38 3C 22 21
Octal 160 160 67 0 0 63 70 74 42 41
Binary 1110000 1110000 110111 0 0 110011 111000 111100 100010 100001

Color Harmonies of #707037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707037

Black with #707037

Text Example


Text Example

White with #707037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707037; }

 p { color: rgb(112,112,55); }

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

background-color css

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

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

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

border-color css

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

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

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