Html Css Color HEX #707336 Crete

📋 copy color: '#707336'

red 112 ◦ green 115 ◦ blue 54

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

Shades of Crete #707336

Tints of Crete #707336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 39.86%
G = 40.93%
B = 19.22%

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

#707336 (or 0x707336) is known color: Crete. HEX triplet: 70, 73 and 36. RGB value is (112,115,54). Sum of RGB (Red+Green+Blue) = 112+115+54=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #707336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707336 is #8F8CC9. Grayscale: #6B6B6B. Windows color (decimal): -9407690 or 3568496. OLE color: 3568496.

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

Color convert

RGB 112 115 54 -
CMYK 0.03 0 0.53 0.55
HSL 62.95º 0.36% 0.33% -
HSV(B) 62.95º 0.53% 0.45% -
XYZ 13.48 15.97 5.86 -
YUV 107.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 112 115 54 0.03 0 0.53 0.55 62.95 0.36 0.33
Hex 70 73 36 3 0 35 37 3F 24 21
Octal 160 163 66 3 0 65 67 77 44 41
Binary 1110000 1110011 110110 11 0 110101 110111 111111 100100 100001

Color Harmonies of #707336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707336

Black with #707336

Text Example


Text Example

White with #707336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707336; }

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

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

background-color css

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

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

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

border-color css

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

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

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