#707338

Color #707338 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #707338

Tints of Crete #707338

Color information

#707338 (or 0x707338) is unknown color: approx Crete. HEX triplet: 70, 73 and 38. RGB value is (112,115,56). Sum of RGB (Red+Green+Blue) = 112+115+56=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #707338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707338 is #8F8CC7. Grayscale: #6B6B6B. Windows color (decimal): -9407688 or 3699568. OLE color: 3699568.

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

Color convert

RGB11211556-
CMYK0.0300.510.55
HSL63.05º34.5%33.53%-
HSV(B)63.05º51.3%45.1%-
XYZ13.5315.996.12-
YUV107.3899.01131.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=39.58%
G=40.64%
B=19.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115560.0300.510.5563.0534.533.53
Hex7073383033373f2322
Octal16016370306367774342
Binary11100001110011111000110110011110111111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707338; }

 p { color: rgb(112,115,56); }

 H1.HeaderClassName
 {
   color: #707338;
 }
 .AnyTagClassName
 {
   color: #707338;
 }
</style>
background-color css

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

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

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

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

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

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