Html Css Color HEX #456661 Dark Green Copper

📋 copy color: '#456661'

red 69 ◦ green 102 ◦ blue 97

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

Shades of Dark Green Copper #456661

Tints of Dark Green Copper #456661

RGB

 RED value IS 69 (27.34% from 255) = 25.75%

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 25.75%
G = 38.06%
B = 36.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#456661 (or 0x456661) is known color: Dark Green Copper. HEX triplet: 45, 66 and 61. RGB value is (69,102,97). Sum of RGB (Red+Green+Blue) = 69+102+97=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #456661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456661 is #BA999E. Grayscale: #5B5B5B. Windows color (decimal): -12229023 or 6383173. OLE color: 6383173.

HSL color Cylindrical-coordinate representation of color #456661: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456661 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 102 97 -
CMYK 0.32 0 0.05 0.6
HSL 170.91º 0.19% 0.34% -
HSV(B) 170.91º 0.32% 0.4% -
XYZ 9.36 11.63 13.06 -
YUV 91.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 69 102 97 0.32 0 0.05 0.6 170.91 0.19 0.34
Hex 45 66 61 20 0 5 3C AB 13 22
Octal 105 146 141 40 0 5 74 253 23 42
Binary 1000101 1100110 1100001 100000 0 101 111100 10101011 10011 100010

Color Harmonies of #456661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456661

Black with #456661

Text Example


Text Example

White with #456661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456661; }

 p { color: rgb(69,102,97); }

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

background-color css

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

 a { background-color: rgb(69,102,97); }

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

border-color css

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

 span { border-color: rgb(69,102,97); }

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