Html Css Color HEX #468B63 Como

📋 copy color: '#468B63'

red 70 ◦ green 139 ◦ blue 99

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

Shades of Como #468B63

Tints of Como #468B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 22.73%
G = 45.13%
B = 32.14%

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

#468B63 (or 0x468B63) is known color: Como. HEX triplet: 46, 8B and 63. RGB value is (70,139,99). Sum of RGB (Red+Green+Blue) = 70+139+99=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #468B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B63 is #B9749C. Grayscale: #717171. Windows color (decimal): -12154013 or 6523718. OLE color: 6523718.

HSL color Cylindrical-coordinate representation of color #468B63: hue angle of 145.22º 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 #468B63 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 99 -
CMYK 0.50 0 0.29 0.45
HSL 145.22º 0.33% 0.41% -
HSV(B) 145.22º 0.5% 0.55% -
XYZ 14.01 20.67 15.06 -
YUV 113.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 70 139 99 0.50 0 0.29 0.45 145.22 0.33 0.41
Hex 46 8B 63 32 0 1D 2D 91 21 29
Octal 106 213 143 62 0 35 55 221 41 51
Binary 1000110 10001011 1100011 110010 0 11101 101101 10010001 100001 101001

Color Harmonies of #468B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B63

Black with #468B63

Text Example


Text Example

White with #468B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,99); }

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

background-color css

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

 a { background-color: rgb(70,139,99); }

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

border-color css

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

 span { border-color: rgb(70,139,99); }

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