Html Css Color HEX #104746 Cyprus

📋 copy color: '#104746'

red 16 ◦ green 71 ◦ blue 70

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

Shades of Cyprus #104746

Tints of Cyprus #104746

RGB

 RED value IS 16 (6.64% from 255) = 10.19%

 GREEN value IS 71 (28.13% from 255) = 45.22%

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 10.19%
G = 45.22%
B = 44.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#104746 (or 0x104746) is known color: Cyprus. HEX triplet: 10, 47 and 46. RGB value is (16,71,70). Sum of RGB (Red+Green+Blue) = 16+71+70=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #104746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104746 is #EFB8B9. Grayscale: #363636. Windows color (decimal): -15710394 or 4605712. OLE color: 4605712.

HSL color Cylindrical-coordinate representation of color #104746: hue angle of 178.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104746 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 70 -
CMYK 0.77 0 0.01 0.72
HSL 178.91º 0.63% 0.17% -
HSV(B) 178.91º 0.77% 0.28% -
XYZ 3.57 5.06 6.58 -
YUV 54.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 16 71 70 0.77 0 0.01 0.72 178.91 0.63 0.17
Hex 10 47 46 4D 0 1 48 B3 3F 11
Octal 20 107 106 115 0 1 110 263 77 21
Binary 10000 1000111 1000110 1001101 0 1 1001000 10110011 111111 10001

Color Harmonies of #104746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104746

Black with #104746

Text Example


Text Example

White with #104746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104746; }

 p { color: rgb(16,71,70); }

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

background-color css

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

 a { background-color: rgb(16,71,70); }

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

border-color css

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

 span { border-color: rgb(16,71,70); }

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