Html Css Color HEX #468D61 Como

📋 copy color: '#468D61'

red 70 ◦ green 141 ◦ blue 97

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

Shades of Como #468D61

Tints of Como #468D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 22.73%
G = 45.78%
B = 31.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#468D61 (or 0x468D61) is known color: Como. HEX triplet: 46, 8D and 61. RGB value is (70,141,97). Sum of RGB (Red+Green+Blue) = 70+141+97=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #468D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D61 is #B9729E. Grayscale: #727272. Windows color (decimal): -12153503 or 6393158. OLE color: 6393158.

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

Color convert

RGB 70 141 97 -
CMYK 0.50 0 0.31 0.45
HSL 142.82º 0.34% 0.41% -
HSV(B) 142.82º 0.5% 0.55% -
XYZ 14.21 21.21 14.66 -
YUV 114.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 70 141 97 0.50 0 0.31 0.45 142.82 0.34 0.41
Hex 46 8D 61 32 0 1F 2D 8F 22 29
Octal 106 215 141 62 0 37 55 217 42 51
Binary 1000110 10001101 1100001 110010 0 11111 101101 10001111 100010 101001

Color Harmonies of #468D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D61

Black with #468D61

Text Example


Text Example

White with #468D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,141,97); }

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

background-color css

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

 a { background-color: rgb(70,141,97); }

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

border-color css

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

 span { border-color: rgb(70,141,97); }

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