Html Css Color HEX #707437 Crete

📋 copy color: '#707437'

red 112 ◦ green 116 ◦ blue 55

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

Shades of Crete #707437

Tints of Crete #707437

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 39.58%
G = 40.99%
B = 19.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#707437 (or 0x707437) is known color: Crete. HEX triplet: 70, 74 and 37. RGB value is (112,116,55). Sum of RGB (Red+Green+Blue) = 112+116+55=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #707437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707437 is #8F8BC8. Grayscale: #6C6C6C. Windows color (decimal): -9407433 or 3634288. OLE color: 3634288.

HSL color Cylindrical-coordinate representation of color #707437: hue angle of 63.93º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707437 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 55 -
CMYK 0.03 0 0.53 0.55
HSL 63.93º 0.36% 0.34% -
HSV(B) 63.93º 0.53% 0.45% -
XYZ 13.62 16.21 6.03 -
YUV 107.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 112 116 55 0.03 0 0.53 0.55 63.93 0.36 0.34
Hex 70 74 37 3 0 35 37 40 24 22
Octal 160 164 67 3 0 65 67 100 44 42
Binary 1110000 1110100 110111 11 0 110101 110111 1000000 100100 100010

Color Harmonies of #707437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707437

Black with #707437

Text Example


Text Example

White with #707437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707437; }

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

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

background-color css

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

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

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

border-color css

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

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

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