Html Css Color HEX #707439 Crete

📋 copy color: '#707439'

red 112 ◦ green 116 ◦ blue 57

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

Shades of Crete #707439

Tints of Crete #707439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 39.3%
G = 40.7%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#707439 (or 0x707439) is known color: Crete. HEX triplet: 70, 74 and 39. RGB value is (112,116,57). Sum of RGB (Red+Green+Blue) = 112+116+57=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #707439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707439 is #8F8BC6. Grayscale: #6C6C6C. Windows color (decimal): -9407431 or 3765360. OLE color: 3765360.

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

Color convert

RGB 112 116 57 -
CMYK 0.03 0 0.51 0.55
HSL 64.07º 0.34% 0.34% -
HSV(B) 64.07º 0.51% 0.45% -
XYZ 13.67 16.23 6.28 -
YUV 108.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 112 116 57 0.03 0 0.51 0.55 64.07 0.34 0.34
Hex 70 74 39 3 0 33 37 40 22 22
Octal 160 164 71 3 0 63 67 100 42 42
Binary 1110000 1110100 111001 11 0 110011 110111 1000000 100010 100010

Color Harmonies of #707439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707439

Black with #707439

Text Example


Text Example

White with #707439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707439; }

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

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

background-color css

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

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

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

border-color css

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

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

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