Html Css Color HEX #67785B Axolotl

📋 copy color: '#67785B'

red 103 ◦ green 120 ◦ blue 91

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

Shades of Axolotl #67785B

Tints of Axolotl #67785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 32.8%
G = 38.22%
B = 28.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#67785B (or 0x67785B) is known color: Axolotl. HEX triplet: 67, 78 and 5B. RGB value is (103,120,91). Sum of RGB (Red+Green+Blue) = 103+120+91=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #67785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67785B is #9887A4. Grayscale: #6F6F6F. Windows color (decimal): -9996197 or 5994599. OLE color: 5994599.

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

Color convert

RGB 103 120 91 -
CMYK 0.14 0 0.24 0.53
HSL 95.17º 0.14% 0.41% -
HSV(B) 95.17º 0.24% 0.47% -
XYZ 14.2 17.07 12.44 -
YUV 111.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 103 120 91 0.14 0 0.24 0.53 95.17 0.14 0.41
Hex 67 78 5B E 0 18 35 5F E 29
Octal 147 170 133 16 0 30 65 137 16 51
Binary 1100111 1111000 1011011 1110 0 11000 110101 1011111 1110 101001

Color Harmonies of #67785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67785B

Black with #67785B

Text Example


Text Example

White with #67785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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