Html Css Color HEX #468864 Como

📋 copy color: '#468864'

red 70 ◦ green 136 ◦ blue 100

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

Shades of Como #468864

Tints of Como #468864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 22.88%
G = 44.44%
B = 32.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#468864 (or 0x468864) is known color: Como. HEX triplet: 46, 88 and 64. RGB value is (70,136,100). Sum of RGB (Red+Green+Blue) = 70+136+100=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #468864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468864 is #B9779B. Grayscale: #707070. Windows color (decimal): -12154780 or 6588486. OLE color: 6588486.

HSL color Cylindrical-coordinate representation of color #468864: hue angle of 147.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468864 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 100 -
CMYK 0.49 0 0.26 0.47
HSL 147.27º 0.32% 0.4% -
HSV(B) 147.27º 0.49% 0.53% -
XYZ 13.63 19.83 15.17 -
YUV 112.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 70 136 100 0.49 0 0.26 0.47 147.27 0.32 0.4
Hex 46 88 64 31 0 1A 2F 93 20 28
Octal 106 210 144 61 0 32 57 223 40 50
Binary 1000110 10001000 1100100 110001 0 11010 101111 10010011 100000 101000

Color Harmonies of #468864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468864

Black with #468864

Text Example


Text Example

White with #468864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468864; }

 p { color: rgb(70,136,100); }

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

background-color css

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

 a { background-color: rgb(70,136,100); }

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

border-color css

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

 span { border-color: rgb(70,136,100); }

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