Html Css Color HEX #698258 Axolotl

📋 copy color: '#698258'

red 105 ◦ green 130 ◦ blue 88

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

Shades of Axolotl #698258

Tints of Axolotl #698258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 32.51%
G = 40.25%
B = 27.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#698258 (or 0x698258) is known color: Axolotl. HEX triplet: 69, 82 and 58. RGB value is (105,130,88). Sum of RGB (Red+Green+Blue) = 105+130+88=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #698258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698258 is #967DA7. Grayscale: #757575. Windows color (decimal): -9862568 or 5800553. OLE color: 5800553.

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

Color convert

RGB 105 130 88 -
CMYK 0.19 0 0.32 0.49
HSL 95.71º 0.19% 0.43% -
HSV(B) 95.71º 0.32% 0.51% -
XYZ 15.57 19.67 12.21 -
YUV 117.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 105 130 88 0.19 0 0.32 0.49 95.71 0.19 0.43
Hex 69 82 58 13 0 20 31 60 13 2B
Octal 151 202 130 23 0 40 61 140 23 53
Binary 1101001 10000010 1011000 10011 0 100000 110001 1100000 10011 101011

Color Harmonies of #698258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698258

Black with #698258

Text Example


Text Example

White with #698258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698258; }

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

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

background-color css

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

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

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

border-color css

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

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

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