Html Css Color HEX #69845B Axolotl

📋 copy color: '#69845B'

red 105 ◦ green 132 ◦ blue 91

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

Shades of Axolotl #69845B

Tints of Axolotl #69845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 32.01%
G = 40.24%
B = 27.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#69845B (or 0x69845B) is known color: Axolotl. HEX triplet: 69, 84 and 5B. RGB value is (105,132,91). Sum of RGB (Red+Green+Blue) = 105+132+91=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #69845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845B is #967BA4. Grayscale: #777777. Windows color (decimal): -9862053 or 5997673. OLE color: 5997673.

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

Color convert

RGB 105 132 91 -
CMYK 0.20 0 0.31 0.48
HSL 99.51º 0.18% 0.44% -
HSV(B) 99.51º 0.31% 0.52% -
XYZ 15.97 20.26 12.97 -
YUV 119.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 105 132 91 0.20 0 0.31 0.48 99.51 0.18 0.44
Hex 69 84 5B 14 0 1F 30 64 12 2C
Octal 151 204 133 24 0 37 60 144 22 54
Binary 1101001 10000100 1011011 10100 0 11111 110000 1100100 10010 101100

Color Harmonies of #69845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69845B

Black with #69845B

Text Example


Text Example

White with #69845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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