Html Css Color HEX #66785B Axolotl

📋 copy color: '#66785B'

red 102 ◦ green 120 ◦ blue 91

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

Shades of Axolotl #66785B

Tints of Axolotl #66785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 32.59%
G = 38.34%
B = 29.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#66785B (or 0x66785B) is known color: Axolotl. HEX triplet: 66, 78 and 5B. RGB value is (102,120,91). Sum of RGB (Red+Green+Blue) = 102+120+91=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #66785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785B is #9987A4. Grayscale: #6F6F6F. Windows color (decimal): -10061733 or 5994598. OLE color: 5994598.

HSL color Cylindrical-coordinate representation of color #66785B: hue angle of 97.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66785B is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 91 -
CMYK 0.15 0 0.24 0.53
HSL 97.24º 0.14% 0.41% -
HSV(B) 97.24º 0.24% 0.47% -
XYZ 14.08 17.01 12.44 -
YUV 111.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 102 120 91 0.15 0 0.24 0.53 97.24 0.14 0.41
Hex 66 78 5B F 0 18 35 61 E 29
Octal 146 170 133 17 0 30 65 141 16 51
Binary 1100110 1111000 1011011 1111 0 11000 110101 1100001 1110 101001

Color Harmonies of #66785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66785B

Black with #66785B

Text Example


Text Example

White with #66785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66785B; }

 p { color: rgb(102,120,91); }

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

background-color css

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

 a { background-color: rgb(102,120,91); }

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

border-color css

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

 span { border-color: rgb(102,120,91); }

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