Html Css Color HEX #668058 Axolotl

📋 copy color: '#668058'

red 102 ◦ green 128 ◦ blue 88

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

Shades of Axolotl #668058

Tints of Axolotl #668058

RGB

 RED value IS 102 (40.23% from 255) = 32.08%

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

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

R = 32.08%
G = 40.25%
B = 27.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#668058 (or 0x668058) is known color: Axolotl. HEX triplet: 66, 80 and 58. RGB value is (102,128,88). Sum of RGB (Red+Green+Blue) = 102+128+88=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #668058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668058 is #997FA7. Grayscale: #737373. Windows color (decimal): -10059688 or 5800038. OLE color: 5800038.

HSL color Cylindrical-coordinate representation of color #668058: hue angle of 99º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668058 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 88 -
CMYK 0.20 0 0.31 0.50
HSL 99º 0.19% 0.42% -
HSV(B) 99º 0.31% 0.5% -
XYZ 14.96 18.97 12.11 -
YUV 115.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 102 128 88 0.20 0 0.31 0.50 99 0.19 0.42
Hex 66 80 58 14 0 1F 32 63 13 2A
Octal 146 200 130 24 0 37 62 143 23 52
Binary 1100110 10000000 1011000 10100 0 11111 110010 1100011 10011 101010

Color Harmonies of #668058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668058

Black with #668058

Text Example


Text Example

White with #668058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668058; }

 p { color: rgb(102,128,88); }

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

background-color css

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

 a { background-color: rgb(102,128,88); }

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

border-color css

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

 span { border-color: rgb(102,128,88); }

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