Html Css Color HEX #469C66 Chateau Green

📋 copy color: '#469C66'

red 70 ◦ green 156 ◦ blue 102

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

Shades of Chateau Green #469C66

Tints of Chateau Green #469C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.56%

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

R = 21.34%
G = 47.56%
B = 31.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#469C66 (or 0x469C66) is known color: Chateau Green. HEX triplet: 46, 9C and 66. RGB value is (70,156,102). Sum of RGB (Red+Green+Blue) = 70+156+102=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #469C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C66 is #B96399. Grayscale: #7C7C7C. Windows color (decimal): -12149658 or 6724678. OLE color: 6724678.

HSL color Cylindrical-coordinate representation of color #469C66: hue angle of 142.33º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C66 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 102 -
CMYK 0.55 0 0.35 0.39
HSL 142.33º 0.38% 0.44% -
HSV(B) 142.33º 0.55% 0.61% -
XYZ 16.81 26.04 16.71 -
YUV 124.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 70 156 102 0.55 0 0.35 0.39 142.33 0.38 0.44
Hex 46 9C 66 37 0 23 27 8E 26 2C
Octal 106 234 146 67 0 43 47 216 46 54
Binary 1000110 10011100 1100110 110111 0 100011 100111 10001110 100110 101100

Color Harmonies of #469C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C66

Black with #469C66

Text Example


Text Example

White with #469C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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