Html Css Color HEX #10693F Jewel

📋 copy color: '#10693F'

red 16 ◦ green 105 ◦ blue 63

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

Shades of Jewel #10693F

Tints of Jewel #10693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.07%

 BLUE value IS 63 (25% from 255) = 34.24%

R = 8.7%
G = 57.07%
B = 34.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#10693F (or 0x10693F) is known color: Jewel. HEX triplet: 10, 69 and 3F. RGB value is (16,105,63). Sum of RGB (Red+Green+Blue) = 16+105+63=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #10693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10693F is #EF96C0. Grayscale: #494949. Windows color (decimal): -15701697 or 4155664. OLE color: 4155664.

HSL color Cylindrical-coordinate representation of color #10693F: hue angle of 151.69º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10693F is Cyan = 0.85, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 63 -
CMYK 0.85 0 0.4 0.59
HSL 151.69º 0.74% 0.24% -
HSV(B) 151.69º 0.85% 0.41% -
XYZ 6.16 10.57 6.42 -
YUV 73.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 16 105 63 0.85 0 0.4 0.59 151.69 0.74 0.24
Hex 10 69 3F 55 0 28 3B 98 4A 18
Octal 20 151 77 125 0 50 73 230 112 30
Binary 10000 1101001 111111 1010101 0 101000 111011 10011000 1001010 11000

Color Harmonies of #10693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10693F

Black with #10693F

Text Example


Text Example

White with #10693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10693F; }

 p { color: rgb(16,105,63); }

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

background-color css

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

 a { background-color: rgb(16,105,63); }

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

border-color css

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

 span { border-color: rgb(16,105,63); }

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