Html Css Color HEX #67815F Axolotl

📋 copy color: '#67815F'

red 103 ◦ green 129 ◦ blue 95

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

Shades of Axolotl #67815F

Tints of Axolotl #67815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 31.5%
G = 39.45%
B = 29.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#67815F (or 0x67815F) is known color: Axolotl. HEX triplet: 67, 81 and 5F. RGB value is (103,129,95). Sum of RGB (Red+Green+Blue) = 103+129+95=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #67815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67815F is #987EA0. Grayscale: #757575. Windows color (decimal): -9993889 or 6259047. OLE color: 6259047.

HSL color Cylindrical-coordinate representation of color #67815F: hue angle of 105.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67815F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 129 95 -
CMYK 0.20 0 0.26 0.49
HSL 105.88º 0.15% 0.44% -
HSV(B) 105.88º 0.26% 0.51% -
XYZ 15.51 19.41 13.76 -
YUV 117.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 103 129 95 0.20 0 0.26 0.49 105.88 0.15 0.44
Hex 67 81 5F 14 0 1A 31 6A F 2C
Octal 147 201 137 24 0 32 61 152 17 54
Binary 1100111 10000001 1011111 10100 0 11010 110001 1101010 1111 101100

Color Harmonies of #67815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67815F

Black with #67815F

Text Example


Text Example

White with #67815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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