Html Css Color HEX #10674D Jewel

📋 copy color: '#10674D'

red 16 ◦ green 103 ◦ blue 77

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

Shades of Jewel #10674D

Tints of Jewel #10674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.55%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 8.16%
G = 52.55%
B = 39.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#10674D (or 0x10674D) is known color: Jewel. HEX triplet: 10, 67 and 4D. RGB value is (16,103,77). Sum of RGB (Red+Green+Blue) = 16+103+77=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #10674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10674D is #EF98B2. Grayscale: #4A4A4A. Windows color (decimal): -15702195 or 5072656. OLE color: 5072656.

HSL color Cylindrical-coordinate representation of color #10674D: hue angle of 162.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10674D is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 77 -
CMYK 0.84 0 0.25 0.60
HSL 162.07º 0.73% 0.23% -
HSV(B) 162.07º 0.84% 0.4% -
XYZ 6.4 10.35 8.68 -
YUV 74.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 16 103 77 0.84 0 0.25 0.60 162.07 0.73 0.23
Hex 10 67 4D 54 0 19 3C A2 49 17
Octal 20 147 115 124 0 31 74 242 111 27
Binary 10000 1100111 1001101 1010100 0 11001 111100 10100010 1001001 10111

Color Harmonies of #10674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10674D

Black with #10674D

Text Example


Text Example

White with #10674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10674D; }

 p { color: rgb(16,103,77); }

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

background-color css

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

 a { background-color: rgb(16,103,77); }

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

border-color css

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

 span { border-color: rgb(16,103,77); }

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