Html Css Color HEX #698062 Axolotl

📋 copy color: '#698062'

red 105 ◦ green 128 ◦ blue 98

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

Shades of Axolotl #698062

Tints of Axolotl #698062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 31.72%
G = 38.67%
B = 29.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#698062 (or 0x698062) is known color: Axolotl. HEX triplet: 69, 80 and 62. RGB value is (105,128,98). Sum of RGB (Red+Green+Blue) = 105+128+98=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #698062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698062 is #967F9D. Grayscale: #757575. Windows color (decimal): -9863070 or 6455401. OLE color: 6455401.

HSL color Cylindrical-coordinate representation of color #698062: hue angle of 106º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698062 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 98 -
CMYK 0.18 0 0.23 0.50
HSL 106º 0.13% 0.44% -
HSV(B) 106º 0.23% 0.5% -
XYZ 15.75 19.32 14.45 -
YUV 117.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 105 128 98 0.18 0 0.23 0.50 106 0.13 0.44
Hex 69 80 62 12 0 17 32 6A D 2C
Octal 151 200 142 22 0 27 62 152 15 54
Binary 1101001 10000000 1100010 10010 0 10111 110010 1101010 1101 101100

Color Harmonies of #698062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698062

Black with #698062

Text Example


Text Example

White with #698062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698062; }

 p { color: rgb(105,128,98); }

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

background-color css

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

 a { background-color: rgb(105,128,98); }

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

border-color css

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

 span { border-color: rgb(105,128,98); }

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