Html Css Color HEX #67835B Axolotl

📋 copy color: '#67835B'

red 103 ◦ green 131 ◦ blue 91

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

Shades of Axolotl #67835B

Tints of Axolotl #67835B

RGB

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

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

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

R = 31.69%
G = 40.31%
B = 28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#67835B (or 0x67835B) is known color: Axolotl. HEX triplet: 67, 83 and 5B. RGB value is (103,131,91). Sum of RGB (Red+Green+Blue) = 103+131+91=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #67835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67835B is #987CA4. Grayscale: #767676. Windows color (decimal): -9993381 or 5997415. OLE color: 5997415.

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

Color convert

RGB 103 131 91 -
CMYK 0.21 0 0.31 0.49
HSL 102º 0.18% 0.44% -
HSV(B) 102º 0.31% 0.51% -
XYZ 15.6 19.87 12.91 -
YUV 118.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 103 131 91 0.21 0 0.31 0.49 102 0.18 0.44
Hex 67 83 5B 15 0 1F 31 66 12 2C
Octal 147 203 133 25 0 37 61 146 22 54
Binary 1100111 10000011 1011011 10101 0 11111 110001 1100110 10010 101100

Color Harmonies of #67835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67835B

Black with #67835B

Text Example


Text Example

White with #67835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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