Html Css Color HEX #469C60 Chateau Green

📋 copy color: '#469C60'

red 70 ◦ green 156 ◦ blue 96

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

Shades of Chateau Green #469C60

Tints of Chateau Green #469C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 21.74%
G = 48.45%
B = 29.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#469C60 (or 0x469C60) is known color: Chateau Green. HEX triplet: 46, 9C and 60. RGB value is (70,156,96). Sum of RGB (Red+Green+Blue) = 70+156+96=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #469C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C60 is #B9639F. Grayscale: #7B7B7B. Windows color (decimal): -12149664 or 6331462. OLE color: 6331462.

HSL color Cylindrical-coordinate representation of color #469C60: hue angle of 138.14º 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 #469C60 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 96 -
CMYK 0.55 0 0.38 0.39
HSL 138.14º 0.38% 0.44% -
HSV(B) 138.14º 0.55% 0.61% -
XYZ 16.53 25.92 15.2 -
YUV 123.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 70 156 96 0.55 0 0.38 0.39 138.14 0.38 0.44
Hex 46 9C 60 37 0 26 27 8A 26 2C
Octal 106 234 140 67 0 46 47 212 46 54
Binary 1000110 10011100 1100000 110111 0 100110 100111 10001010 100110 101100

Color Harmonies of #469C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C60

Black with #469C60

Text Example


Text Example

White with #469C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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