Html Css Color HEX #469666 Chateau Green

📋 copy color: '#469666'

red 70 ◦ green 150 ◦ blue 102

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

Shades of Chateau Green #469666

Tints of Chateau Green #469666

RGB

 RED value IS 70 (27.73% from 255) = 21.74%

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 21.74%
G = 46.58%
B = 31.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#469666 (or 0x469666) is known color: Chateau Green. HEX triplet: 46, 96 and 66. RGB value is (70,150,102). Sum of RGB (Red+Green+Blue) = 70+150+102=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #469666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469666 is #B96999. Grayscale: #787878. Windows color (decimal): -12151194 or 6723142. OLE color: 6723142.

HSL color Cylindrical-coordinate representation of color #469666: hue angle of 144º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469666 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 102 -
CMYK 0.53 0 0.32 0.41
HSL 144º 0.36% 0.43% -
HSV(B) 144º 0.53% 0.59% -
XYZ 15.83 24.07 16.38 -
YUV 120.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 70 150 102 0.53 0 0.32 0.41 144 0.36 0.43
Hex 46 96 66 35 0 20 29 90 24 2B
Octal 106 226 146 65 0 40 51 220 44 53
Binary 1000110 10010110 1100110 110101 0 100000 101001 10010000 100100 101011

Color Harmonies of #469666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469666

Black with #469666

Text Example


Text Example

White with #469666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469666; }

 p { color: rgb(70,150,102); }

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

background-color css

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

 a { background-color: rgb(70,150,102); }

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

border-color css

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

 span { border-color: rgb(70,150,102); }

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