Html Css Color HEX #69825B Axolotl

📋 copy color: '#69825B'

red 105 ◦ green 130 ◦ blue 91

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

Shades of Axolotl #69825B

Tints of Axolotl #69825B

RGB

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

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

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

R = 32.21%
G = 39.88%
B = 27.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#69825B (or 0x69825B) is known color: Axolotl. HEX triplet: 69, 82 and 5B. RGB value is (105,130,91). Sum of RGB (Red+Green+Blue) = 105+130+91=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #69825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69825B is #967DA4. Grayscale: #767676. Windows color (decimal): -9862565 or 5997161. OLE color: 5997161.

HSL color Cylindrical-coordinate representation of color #69825B: hue angle of 98.46º 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 #69825B is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 91 -
CMYK 0.19 0 0.30 0.49
HSL 98.46º 0.18% 0.43% -
HSV(B) 98.46º 0.3% 0.51% -
XYZ 15.7 19.72 12.88 -
YUV 118.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 105 130 91 0.19 0 0.30 0.49 98.46 0.18 0.43
Hex 69 82 5B 13 0 1E 31 62 12 2B
Octal 151 202 133 23 0 36 61 142 22 53
Binary 1101001 10000010 1011011 10011 0 11110 110001 1100010 10010 101011

Color Harmonies of #69825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69825B

Black with #69825B

Text Example


Text Example

White with #69825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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