Html Css Color HEX #468C64 Como

📋 copy color: '#468C64'

red 70 ◦ green 140 ◦ blue 100

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

Shades of Como #468C64

Tints of Como #468C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

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

R = 22.58%
G = 45.16%
B = 32.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#468C64 (or 0x468C64) is known color: Como. HEX triplet: 46, 8C and 64. RGB value is (70,140,100). Sum of RGB (Red+Green+Blue) = 70+140+100=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #468C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C64 is #B9739B. Grayscale: #727272. Windows color (decimal): -12153756 or 6589510. OLE color: 6589510.

HSL color Cylindrical-coordinate representation of color #468C64: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C64 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 100 -
CMYK 0.50 0 0.29 0.45
HSL 145.71º 0.33% 0.41% -
HSV(B) 145.71º 0.5% 0.55% -
XYZ 14.2 20.98 15.36 -
YUV 114.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 70 140 100 0.50 0 0.29 0.45 145.71 0.33 0.41
Hex 46 8C 64 32 0 1D 2D 92 21 29
Octal 106 214 144 62 0 35 55 222 41 51
Binary 1000110 10001100 1100100 110010 0 11101 101101 10010010 100001 101001

Color Harmonies of #468C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C64

Black with #468C64

Text Example


Text Example

White with #468C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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