Html Css Color HEX #67785F Axolotl

📋 copy color: '#67785F'

red 103 ◦ green 120 ◦ blue 95

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

Shades of Axolotl #67785F

Tints of Axolotl #67785F

RGB

 RED value IS 103 (40.63% from 255) = 32.39%

 GREEN value IS 120 (47.27% from 255) = 37.74%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 32.39%
G = 37.74%
B = 29.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#67785F (or 0x67785F) is known color: Axolotl. HEX triplet: 67, 78 and 5F. RGB value is (103,120,95). Sum of RGB (Red+Green+Blue) = 103+120+95=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #67785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67785F is #9887A0. Grayscale: #707070. Windows color (decimal): -9996193 or 6256743. OLE color: 6256743.

HSL color Cylindrical-coordinate representation of color #67785F: hue angle of 100.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67785F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 120 95 -
CMYK 0.14 0 0.21 0.53
HSL 100.8º 0.12% 0.42% -
HSV(B) 100.8º 0.21% 0.47% -
XYZ 14.38 17.14 13.38 -
YUV 112.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 103 120 95 0.14 0 0.21 0.53 100.8 0.12 0.42
Hex 67 78 5F E 0 15 35 65 C 2A
Octal 147 170 137 16 0 25 65 145 14 52
Binary 1100111 1111000 1011111 1110 0 10101 110101 1100101 1100 101010

Color Harmonies of #67785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67785F

Black with #67785F

Text Example


Text Example

White with #67785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67785F; }

 p { color: rgb(103,120,95); }

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

background-color css

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

 a { background-color: rgb(103,120,95); }

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

border-color css

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

 span { border-color: rgb(103,120,95); }

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