Html Css Color HEX #68845C Axolotl

📋 copy color: '#68845C'

red 104 ◦ green 132 ◦ blue 92

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

Shades of Axolotl #68845C

Tints of Axolotl #68845C

RGB

 RED value IS 104 (41.02% from 255) = 31.71%

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 31.71%
G = 40.24%
B = 28.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#68845C (or 0x68845C) is known color: Axolotl. HEX triplet: 68, 84 and 5C. RGB value is (104,132,92). Sum of RGB (Red+Green+Blue) = 104+132+92=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #68845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845C is #977BA3. Grayscale: #777777. Windows color (decimal): -9927588 or 6063208. OLE color: 6063208.

HSL color Cylindrical-coordinate representation of color #68845C: hue angle of 102º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68845C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 92 -
CMYK 0.21 0 0.30 0.48
HSL 102º 0.18% 0.44% -
HSV(B) 102º 0.3% 0.52% -
XYZ 15.89 20.22 13.19 -
YUV 119.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 104 132 92 0.21 0 0.30 0.48 102 0.18 0.44
Hex 68 84 5C 15 0 1E 30 66 12 2C
Octal 150 204 134 25 0 36 60 146 22 54
Binary 1101000 10000100 1011100 10101 0 11110 110000 1100110 10010 101100

Color Harmonies of #68845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68845C

Black with #68845C

Text Example


Text Example

White with #68845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68845C; }

 p { color: rgb(104,132,92); }

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

background-color css

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

 a { background-color: rgb(104,132,92); }

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

border-color css

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

 span { border-color: rgb(104,132,92); }

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