Html Css Color HEX #10683F Jewel

📋 copy color: '#10683F'

red 16 ◦ green 104 ◦ blue 63

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

Shades of Jewel #10683F

Tints of Jewel #10683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.83%

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

R = 8.74%
G = 56.83%
B = 34.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#10683F (or 0x10683F) is known color: Jewel. HEX triplet: 10, 68 and 3F. RGB value is (16,104,63). Sum of RGB (Red+Green+Blue) = 16+104+63=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #10683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10683F is #EF97C0. Grayscale: #494949. Windows color (decimal): -15701953 or 4155408. OLE color: 4155408.

HSL color Cylindrical-coordinate representation of color #10683F: hue angle of 152.05º degrees, saturation: 0.73, 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 #10683F is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 63 -
CMYK 0.85 0 0.39 0.59
HSL 152.05º 0.73% 0.24% -
HSV(B) 152.05º 0.85% 0.41% -
XYZ 6.06 10.37 6.38 -
YUV 73.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 16 104 63 0.85 0 0.39 0.59 152.05 0.73 0.24
Hex 10 68 3F 55 0 27 3B 98 49 18
Octal 20 150 77 125 0 47 73 230 111 30
Binary 10000 1101000 111111 1010101 0 100111 111011 10011000 1001001 11000

Color Harmonies of #10683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10683F

Black with #10683F

Text Example


Text Example

White with #10683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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