Html Css Color HEX #667F56 Axolotl

📋 copy color: '#667F56'

red 102 ◦ green 127 ◦ blue 86

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

Shades of Axolotl #667F56

Tints of Axolotl #667F56

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 32.38%
G = 40.32%
B = 27.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#667F56 (or 0x667F56) is known color: Axolotl. HEX triplet: 66, 7F and 56. RGB value is (102,127,86). Sum of RGB (Red+Green+Blue) = 102+127+86=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #667F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F56 is #9980A9. Grayscale: #727272. Windows color (decimal): -10059946 or 5668710. OLE color: 5668710.

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

Color convert

RGB 102 127 86 -
CMYK 0.20 0 0.32 0.50
HSL 96.59º 0.19% 0.42% -
HSV(B) 96.59º 0.32% 0.5% -
XYZ 14.75 18.68 11.63 -
YUV 114.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 102 127 86 0.20 0 0.32 0.50 96.59 0.19 0.42
Hex 66 7F 56 14 0 20 32 61 13 2A
Octal 146 177 126 24 0 40 62 141 23 52
Binary 1100110 1111111 1010110 10100 0 100000 110010 1100001 10011 101010

Color Harmonies of #667F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F56

Black with #667F56

Text Example


Text Example

White with #667F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,127,86); }

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

background-color css

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

 a { background-color: rgb(102,127,86); }

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

border-color css

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

 span { border-color: rgb(102,127,86); }

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