Html Css Color HEX #707137 Crete

📋 copy color: '#707137'

red 112 ◦ green 113 ◦ blue 55

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

Shades of Crete #707137

Tints of Crete #707137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 40%
G = 40.36%
B = 19.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#707137 (or 0x707137) is known color: Crete. HEX triplet: 70, 71 and 37. RGB value is (112,113,55). Sum of RGB (Red+Green+Blue) = 112+113+55=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #707137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707137 is #8F8EC8. Grayscale: #6A6A6A. Windows color (decimal): -9408201 or 3633520. OLE color: 3633520.

HSL color Cylindrical-coordinate representation of color #707137: hue angle of 61.03º degrees, saturation: 0.35, 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 #707137 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 55 -
CMYK 0.01 0 0.51 0.56
HSL 61.03º 0.35% 0.33% -
HSV(B) 61.03º 0.51% 0.44% -
XYZ 13.28 15.53 5.91 -
YUV 106.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 112 113 55 0.01 0 0.51 0.56 61.03 0.35 0.33
Hex 70 71 37 1 0 33 38 3D 23 21
Octal 160 161 67 1 0 63 70 75 43 41
Binary 1110000 1110001 110111 1 0 110011 111000 111101 100011 100001

Color Harmonies of #707137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707137

Black with #707137

Text Example


Text Example

White with #707137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707137; }

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

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

background-color css

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

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

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

border-color css

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

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

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