Html Css Color HEX #468761 Como

📋 copy color: '#468761'

red 70 ◦ green 135 ◦ blue 97

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

Shades of Como #468761

Tints of Como #468761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 23.18%
G = 44.7%
B = 32.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#468761 (or 0x468761) is known color: Como. HEX triplet: 46, 87 and 61. RGB value is (70,135,97). Sum of RGB (Red+Green+Blue) = 70+135+97=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #468761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468761 is #B9789E. Grayscale: #6F6F6F. Windows color (decimal): -12155039 or 6391622. OLE color: 6391622.

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

Color convert

RGB 70 135 97 -
CMYK 0.48 0 0.28 0.47
HSL 144.92º 0.32% 0.4% -
HSV(B) 144.92º 0.48% 0.53% -
XYZ 13.35 19.49 14.37 -
YUV 111.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 70 135 97 0.48 0 0.28 0.47 144.92 0.32 0.4
Hex 46 87 61 30 0 1C 2F 91 20 28
Octal 106 207 141 60 0 34 57 221 40 50
Binary 1000110 10000111 1100001 110000 0 11100 101111 10010001 100000 101000

Color Harmonies of #468761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468761

Black with #468761

Text Example


Text Example

White with #468761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468761; }

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

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

background-color css

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

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

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

border-color css

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

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

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