Html Css Color HEX #667A5F Axolotl

📋 copy color: '#667A5F'

red 102 ◦ green 122 ◦ blue 95

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

Shades of Axolotl #667A5F

Tints of Axolotl #667A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 31.97%
G = 38.24%
B = 29.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#667A5F (or 0x667A5F) is known color: Axolotl. HEX triplet: 66, 7A and 5F. RGB value is (102,122,95). Sum of RGB (Red+Green+Blue) = 102+122+95=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #667A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A5F is #9985A0. Grayscale: #717171. Windows color (decimal): -10061217 or 6257254. OLE color: 6257254.

HSL color Cylindrical-coordinate representation of color #667A5F: hue angle of 104.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667A5F is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 122 95 -
CMYK 0.16 0 0.22 0.52
HSL 104.44º 0.12% 0.43% -
HSV(B) 104.44º 0.22% 0.48% -
XYZ 14.5 17.57 13.45 -
YUV 112.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 102 122 95 0.16 0 0.22 0.52 104.44 0.12 0.43
Hex 66 7A 5F 10 0 16 34 68 C 2B
Octal 146 172 137 20 0 26 64 150 14 53
Binary 1100110 1111010 1011111 10000 0 10110 110100 1101000 1100 101011

Color Harmonies of #667A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A5F

Black with #667A5F

Text Example


Text Example

White with #667A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A5F; }

 p { color: rgb(102,122,95); }

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

background-color css

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

 a { background-color: rgb(102,122,95); }

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

border-color css

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

 span { border-color: rgb(102,122,95); }

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