Html Css Color HEX #67825B Axolotl

📋 copy color: '#67825B'

red 103 ◦ green 130 ◦ blue 91

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

Shades of Axolotl #67825B

Tints of Axolotl #67825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 31.79%
G = 40.12%
B = 28.09%

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

#67825B (or 0x67825B) is known color: Axolotl. HEX triplet: 67, 82 and 5B. RGB value is (103,130,91). Sum of RGB (Red+Green+Blue) = 103+130+91=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #67825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67825B is #987DA4. Grayscale: #757575. Windows color (decimal): -9993637 or 5997159. OLE color: 5997159.

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

Color convert

RGB 103 130 91 -
CMYK 0.21 0 0.30 0.49
HSL 101.54º 0.18% 0.43% -
HSV(B) 101.54º 0.3% 0.51% -
XYZ 15.46 19.6 12.87 -
YUV 117.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 103 130 91 0.21 0 0.30 0.49 101.54 0.18 0.43
Hex 67 82 5B 15 0 1E 31 66 12 2B
Octal 147 202 133 25 0 36 61 146 22 53
Binary 1100111 10000010 1011011 10101 0 11110 110001 1100110 10010 101011

Color Harmonies of #67825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67825B

Black with #67825B

Text Example


Text Example

White with #67825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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