Html Css Color HEX #468758 Como

📋 copy color: '#468758'

red 70 ◦ green 135 ◦ blue 88

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

Shades of Como #468758

Tints of Como #468758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 23.89%
G = 46.08%
B = 30.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#468758 (or 0x468758) is known color: Como. HEX triplet: 46, 87 and 58. RGB value is (70,135,88). Sum of RGB (Red+Green+Blue) = 70+135+88=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #468758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468758 is #B978A7. Grayscale: #6E6E6E. Windows color (decimal): -12155048 or 5801798. OLE color: 5801798.

HSL color Cylindrical-coordinate representation of color #468758: hue angle of 136.62º 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 #468758 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 88 -
CMYK 0.48 0 0.35 0.47
HSL 136.62º 0.32% 0.4% -
HSV(B) 136.62º 0.48% 0.53% -
XYZ 12.95 19.33 12.28 -
YUV 110.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 70 135 88 0.48 0 0.35 0.47 136.62 0.32 0.4
Hex 46 87 58 30 0 23 2F 89 20 28
Octal 106 207 130 60 0 43 57 211 40 50
Binary 1000110 10000111 1011000 110000 0 100011 101111 10001001 100000 101000

Color Harmonies of #468758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468758

Black with #468758

Text Example


Text Example

White with #468758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468758; }

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

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

background-color css

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

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

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

border-color css

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

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

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