Html Css Color HEX #717638 Crete

📋 copy color: '#717638'

red 113 ◦ green 118 ◦ blue 56

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

Shades of Crete #717638

Tints of Crete #717638

RGB

 RED value IS 113 (44.53% from 255) = 39.37%

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 39.37%
G = 41.11%
B = 19.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#717638 (or 0x717638) is known color: Crete. HEX triplet: 71, 76 and 38. RGB value is (113,118,56). Sum of RGB (Red+Green+Blue) = 113+118+56=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #717638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717638 is #8E89C7. Grayscale: #6D6D6D. Windows color (decimal): -9341384 or 3700337. OLE color: 3700337.

HSL color Cylindrical-coordinate representation of color #717638: hue angle of 64.84º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717638 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 56 -
CMYK 0.04 0 0.53 0.54
HSL 64.84º 0.36% 0.34% -
HSV(B) 64.84º 0.53% 0.46% -
XYZ 14 16.75 6.24 -
YUV 109.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 113 118 56 0.04 0 0.53 0.54 64.84 0.36 0.34
Hex 71 76 38 4 0 35 36 41 24 22
Octal 161 166 70 4 0 65 66 101 44 42
Binary 1110001 1110110 111000 100 0 110101 110110 1000001 100100 100010

Color Harmonies of #717638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717638

Black with #717638

Text Example


Text Example

White with #717638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717638; }

 p { color: rgb(113,118,56); }

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

background-color css

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

 a { background-color: rgb(113,118,56); }

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

border-color css

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

 span { border-color: rgb(113,118,56); }

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