Html Css Color HEX #69825F Axolotl

📋 copy color: '#69825F'

red 105 ◦ green 130 ◦ blue 95

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

Shades of Axolotl #69825F

Tints of Axolotl #69825F

RGB

 RED value IS 105 (41.41% from 255) = 31.82%

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

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

R = 31.82%
G = 39.39%
B = 28.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#69825F (or 0x69825F) is known color: Axolotl. HEX triplet: 69, 82 and 5F. RGB value is (105,130,95). Sum of RGB (Red+Green+Blue) = 105+130+95=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #69825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69825F is #967DA0. Grayscale: #767676. Windows color (decimal): -9862561 or 6259305. OLE color: 6259305.

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

Color convert

RGB 105 130 95 -
CMYK 0.19 0 0.27 0.49
HSL 102.86º 0.16% 0.44% -
HSV(B) 102.86º 0.27% 0.51% -
XYZ 15.87 19.79 13.81 -
YUV 118.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 105 130 95 0.19 0 0.27 0.49 102.86 0.16 0.44
Hex 69 82 5F 13 0 1B 31 67 10 2C
Octal 151 202 137 23 0 33 61 147 20 54
Binary 1101001 10000010 1011111 10011 0 11011 110001 1100111 10000 101100

Color Harmonies of #69825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69825F

Black with #69825F

Text Example


Text Example

White with #69825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,130,95); }

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

background-color css

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

 a { background-color: rgb(105,130,95); }

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

border-color css

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

 span { border-color: rgb(105,130,95); }

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