Html Css Color HEX #707236 Crete

📋 copy color: '#707236'

red 112 ◦ green 114 ◦ blue 54

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

Shades of Crete #707236

Tints of Crete #707236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 40%
G = 40.71%
B = 19.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#707236 (or 0x707236) is known color: Crete. HEX triplet: 70, 72 and 36. RGB value is (112,114,54). Sum of RGB (Red+Green+Blue) = 112+114+54=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #707236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707236 is #8F8DC9. Grayscale: #6A6A6A. Windows color (decimal): -9407946 or 3568240. OLE color: 3568240.

HSL color Cylindrical-coordinate representation of color #707236: hue angle of 62º 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 #707236 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 54 -
CMYK 0.02 0 0.53 0.55
HSL 62º 0.36% 0.33% -
HSV(B) 62º 0.53% 0.45% -
XYZ 13.37 15.75 5.82 -
YUV 106.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 112 114 54 0.02 0 0.53 0.55 62 0.36 0.33
Hex 70 72 36 2 0 35 37 3E 24 21
Octal 160 162 66 2 0 65 67 76 44 41
Binary 1110000 1110010 110110 10 0 110101 110111 111110 100100 100001

Color Harmonies of #707236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707236

Black with #707236

Text Example


Text Example

White with #707236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707236; }

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

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

background-color css

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

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

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

border-color css

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

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

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