Html Css Color HEX #67835C Axolotl

📋 copy color: '#67835C'

red 103 ◦ green 131 ◦ blue 92

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

Shades of Axolotl #67835C

Tints of Axolotl #67835C

RGB

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

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

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

R = 31.6%
G = 40.18%
B = 28.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#67835C (or 0x67835C) is known color: Axolotl. HEX triplet: 67, 83 and 5C. RGB value is (103,131,92). Sum of RGB (Red+Green+Blue) = 103+131+92=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #67835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67835C is #987CA3. Grayscale: #767676. Windows color (decimal): -9993380 or 6062951. OLE color: 6062951.

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

Color convert

RGB 103 131 92 -
CMYK 0.21 0 0.30 0.49
HSL 103.08º 0.17% 0.44% -
HSV(B) 103.08º 0.3% 0.51% -
XYZ 15.64 19.89 13.14 -
YUV 118.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 103 131 92 0.21 0 0.30 0.49 103.08 0.17 0.44
Hex 67 83 5C 15 0 1E 31 67 11 2C
Octal 147 203 134 25 0 36 61 147 21 54
Binary 1100111 10000011 1011100 10101 0 11110 110001 1100111 10001 101100

Color Harmonies of #67835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67835C

Black with #67835C

Text Example


Text Example

White with #67835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,131,92); }

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

background-color css

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

 a { background-color: rgb(103,131,92); }

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

border-color css

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

 span { border-color: rgb(103,131,92); }

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