Html Css Color HEX #607254 Axolotl

📋 copy color: '#607254'

red 96 ◦ green 114 ◦ blue 84

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

Shades of Axolotl #607254

Tints of Axolotl #607254

RGB

 RED value IS 96 (37.89% from 255) = 32.65%

 GREEN value IS 114 (44.92% from 255) = 38.78%

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 32.65%
G = 38.78%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#607254 (or 0x607254) is known color: Axolotl. HEX triplet: 60, 72 and 54. RGB value is (96,114,84). Sum of RGB (Red+Green+Blue) = 96+114+84=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #607254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607254 is #9F8DAB. Grayscale: #696969. Windows color (decimal): -10456492 or 5534304. OLE color: 5534304.

HSL color Cylindrical-coordinate representation of color #607254: hue angle of 96º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607254 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 84 -
CMYK 0.16 0 0.26 0.55
HSL 96º 0.15% 0.39% -
HSV(B) 96º 0.26% 0.45% -
XYZ 12.44 15.16 10.66 -
YUV 105.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 96 114 84 0.16 0 0.26 0.55 96 0.15 0.39
Hex 60 72 54 10 0 1A 37 60 F 27
Octal 140 162 124 20 0 32 67 140 17 47
Binary 1100000 1110010 1010100 10000 0 11010 110111 1100000 1111 100111

Color Harmonies of #607254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607254

Black with #607254

Text Example


Text Example

White with #607254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607254; }

 p { color: rgb(96,114,84); }

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

background-color css

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

 a { background-color: rgb(96,114,84); }

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

border-color css

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

 span { border-color: rgb(96,114,84); }

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