Html Css Color HEX #698360 Axolotl

📋 copy color: '#698360'

red 105 ◦ green 131 ◦ blue 96

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

Shades of Axolotl #698360

Tints of Axolotl #698360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 31.63%
G = 39.46%
B = 28.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#698360 (or 0x698360) is known color: Axolotl. HEX triplet: 69, 83 and 60. RGB value is (105,131,96). Sum of RGB (Red+Green+Blue) = 105+131+96=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #698360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698360 is #967C9F. Grayscale: #777777. Windows color (decimal): -9862304 or 6325097. OLE color: 6325097.

HSL color Cylindrical-coordinate representation of color #698360: hue angle of 104.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698360 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 96 -
CMYK 0.20 0 0.27 0.49
HSL 104.57º 0.15% 0.45% -
HSV(B) 104.57º 0.27% 0.51% -
XYZ 16.05 20.08 14.1 -
YUV 119.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 105 131 96 0.20 0 0.27 0.49 104.57 0.15 0.45
Hex 69 83 60 14 0 1B 31 69 F 2D
Octal 151 203 140 24 0 33 61 151 17 55
Binary 1101001 10000011 1100000 10100 0 11011 110001 1101001 1111 101101

Color Harmonies of #698360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698360

Black with #698360

Text Example


Text Example

White with #698360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698360; }

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

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

background-color css

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

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

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

border-color css

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

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

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