Html Css Color HEX #707039 Crete

📋 copy color: '#707039'

red 112 ◦ green 112 ◦ blue 57

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

Shades of Crete #707039

Tints of Crete #707039

RGB

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

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

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

R = 39.86%
G = 39.86%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#707039 (or 0x707039) is known color: Crete. HEX triplet: 70, 70 and 39. RGB value is (112,112,57). Sum of RGB (Red+Green+Blue) = 112+112+57=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707039 is #8F8FC6. Grayscale: #696969. Windows color (decimal): -9408455 or 3764336. OLE color: 3764336.

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

Color convert

RGB 112 112 57 -
CMYK 0 0 0.49 0.56
HSL 60º 0.33% 0.33% -
HSV(B) 60º 0.49% 0.44% -
XYZ 13.21 15.33 6.13 -
YUV 105.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 112 112 57 0 0 0.49 0.56 60 0.33 0.33
Hex 70 70 39 0 0 31 38 3C 21 21
Octal 160 160 71 0 0 61 70 74 41 41
Binary 1110000 1110000 111001 0 0 110001 111000 111100 100001 100001

Color Harmonies of #707039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707039

Black with #707039

Text Example


Text Example

White with #707039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707039; }

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

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

background-color css

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

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

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

border-color css

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

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

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