#69845A

Color #69845A Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #69845A

Tints of Axolotl #69845A

Color information

#69845A (or 0x69845A) is unknown color: approx Axolotl. HEX triplet: 69, 84 and 5A. RGB value is (105,132,90). Sum of RGB (Red+Green+Blue) = 105+132+90=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #69845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845A is #967BA5. Grayscale: #777777. Windows color (decimal): -9862054 or 5932137. OLE color: 5932137.

HSL color Cylindrical-coordinate representation of color #69845A: hue angle of 98.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69845A is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB10513290-
CMYK0.2000.320.48
HSL98.57º18.92%43.53%-
HSV(B)98.57º31.82%51.76%-
XYZ15.9220.2412.74-
YUV119.14111.55117.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=32.11%
G=40.37%
B=27.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132900.2000.320.4898.5718.9243.53
Hex69845A140203063132c
Octal15120413224040601432354
Binary1101001100001001011010101000100000110000110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69845A; }

 p { color: rgb(105,132,90); }

 H1.HeaderClassName
 {
   color: #69845A;
 }
 .AnyTagClassName
 {
   color: #69845A;
 }
</style>
background-color css

<style>
 a { background-color: #69845A; }

 a { background-color: rgb(105,132,90); }

 div.DivClassName
 {
   background-color: #69845A;
 }
 .BgClassName
 {
   background-color: #69845A;
 }
</style>
border-color css

<style>
 span { border-color: #69845A; }

 span { border-color: rgb(105,132,90); }

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