Html Css Color HEX #469966 Chateau Green

📋 copy color: '#469966'

red 70 ◦ green 153 ◦ blue 102

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

Shades of Chateau Green #469966

Tints of Chateau Green #469966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

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

R = 21.54%
G = 47.08%
B = 31.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#469966 (or 0x469966) is known color: Chateau Green. HEX triplet: 46, 99 and 66. RGB value is (70,153,102). Sum of RGB (Red+Green+Blue) = 70+153+102=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #469966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469966 is #B96699. Grayscale: #7A7A7A. Windows color (decimal): -12150426 or 6723910. OLE color: 6723910.

HSL color Cylindrical-coordinate representation of color #469966: hue angle of 143.13º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469966 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 102 -
CMYK 0.54 0 0.33 0.4
HSL 143.13º 0.37% 0.44% -
HSV(B) 143.13º 0.54% 0.6% -
XYZ 16.32 25.04 16.54 -
YUV 122.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 70 153 102 0.54 0 0.33 0.4 143.13 0.37 0.44
Hex 46 99 66 36 0 21 28 8F 25 2C
Octal 106 231 146 66 0 41 50 217 45 54
Binary 1000110 10011001 1100110 110110 0 100001 101000 10001111 100101 101100

Color Harmonies of #469966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469966

Black with #469966

Text Example


Text Example

White with #469966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469966; }

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

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

background-color css

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

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

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

border-color css

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

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

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