Html Css Color HEX #707035 Crete

📋 copy color: '#707035'

red 112 ◦ green 112 ◦ blue 53

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

Shades of Crete #707035

Tints of Crete #707035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 40.43%
G = 40.43%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#707035 (or 0x707035) is known color: Crete. HEX triplet: 70, 70 and 35. RGB value is (112,112,53). Sum of RGB (Red+Green+Blue) = 112+112+53=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707035 is #8F8FCA. Grayscale: #696969. Windows color (decimal): -9408459 or 3502192. OLE color: 3502192.

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

Color convert

RGB 112 112 53 -
CMYK 0 0 0.53 0.56
HSL 60º 0.36% 0.32% -
HSV(B) 60º 0.53% 0.44% -
XYZ 13.12 15.29 5.63 -
YUV 105.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 112 112 53 0 0 0.53 0.56 60 0.36 0.32
Hex 70 70 35 0 0 35 38 3C 24 20
Octal 160 160 65 0 0 65 70 74 44 40
Binary 1110000 1110000 110101 0 0 110101 111000 111100 100100 100000

Color Harmonies of #707035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707035

Black with #707035

Text Example


Text Example

White with #707035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707035; }

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

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

background-color css

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

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

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

border-color css

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

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

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