Html Css Color HEX #6C8360 Axolotl

📋 copy color: '#6C8360'

red 108 ◦ green 131 ◦ blue 96

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

Shades of Axolotl #6C8360

Tints of Axolotl #6C8360

RGB

 RED value IS 108 (42.58% from 255) = 32.24%

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 32.24%
G = 39.1%
B = 28.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#6C8360 (or 0x6C8360) is known color: Axolotl. HEX triplet: 6C, 83 and 60. RGB value is (108,131,96). Sum of RGB (Red+Green+Blue) = 108+131+96=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8360 is #937C9F. Grayscale: #787878. Windows color (decimal): -9665696 or 6325100. OLE color: 6325100.

HSL color Cylindrical-coordinate representation of color #6C8360: hue angle of 99.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C8360 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 96 -
CMYK 0.18 0 0.27 0.49
HSL 99.43º 0.15% 0.45% -
HSV(B) 99.43º 0.27% 0.51% -
XYZ 16.41 20.27 14.11 -
YUV 120.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 108 131 96 0.18 0 0.27 0.49 99.43 0.15 0.45
Hex 6C 83 60 12 0 1B 31 63 F 2D
Octal 154 203 140 22 0 33 61 143 17 55
Binary 1101100 10000011 1100000 10010 0 11011 110001 1100011 1111 101101

Color Harmonies of #6C8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8360

Black with #6C8360

Text Example


Text Example

White with #6C8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8360; }

 p { color: rgb(108,131,96); }

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

background-color css

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

 a { background-color: rgb(108,131,96); }

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

border-color css

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

 span { border-color: rgb(108,131,96); }

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