Html Css Color HEX #69835C Axolotl

📋 copy color: '#69835C'

red 105 ◦ green 131 ◦ blue 92

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

Shades of Axolotl #69835C

Tints of Axolotl #69835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 32.01%
G = 39.94%
B = 28.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#69835C (or 0x69835C) is known color: Axolotl. HEX triplet: 69, 83 and 5C. RGB value is (105,131,92). Sum of RGB (Red+Green+Blue) = 105+131+92=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #69835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69835C is #967CA3. Grayscale: #767676. Windows color (decimal): -9862308 or 6062953. OLE color: 6062953.

HSL color Cylindrical-coordinate representation of color #69835C: hue angle of 100º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69835C is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 92 -
CMYK 0.20 0 0.30 0.49
HSL 100º 0.17% 0.44% -
HSV(B) 100º 0.3% 0.51% -
XYZ 15.87 20.01 13.15 -
YUV 118.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 105 131 92 0.20 0 0.30 0.49 100 0.17 0.44
Hex 69 83 5C 14 0 1E 31 64 11 2C
Octal 151 203 134 24 0 36 61 144 21 54
Binary 1101001 10000011 1011100 10100 0 11110 110001 1100100 10001 101100

Color Harmonies of #69835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69835C

Black with #69835C

Text Example


Text Example

White with #69835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69835C; }

 p { color: rgb(105,131,92); }

 H1.HeaderClassName
 {
   color: #69835C;
 }
 .AnyTagClassName
 {
   color: #69835C;
 }
</style>

background-color css

<style>
 a { background-color: #69835C; }

 a { background-color: rgb(105,131,92); }

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

border-color css

<style>
 span { border-color: #69835C; }

 span { border-color: rgb(105,131,92); }

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