Html Css Color HEX #10674B Jewel

📋 copy color: '#10674B'

red 16 ◦ green 103 ◦ blue 75

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

Shades of Jewel #10674B

Tints of Jewel #10674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 8.25%
G = 53.09%
B = 38.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#10674B (or 0x10674B) is known color: Jewel. HEX triplet: 10, 67 and 4B. RGB value is (16,103,75). Sum of RGB (Red+Green+Blue) = 16+103+75=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #10674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10674B is #EF98B4. Grayscale: #494949. Windows color (decimal): -15702197 or 4941584. OLE color: 4941584.

HSL color Cylindrical-coordinate representation of color #10674B: hue angle of 160.69º 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 #10674B is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 75 -
CMYK 0.84 0 0.27 0.60
HSL 160.69º 0.73% 0.23% -
HSV(B) 160.69º 0.84% 0.4% -
XYZ 6.33 10.32 8.31 -
YUV 73.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 16 103 75 0.84 0 0.27 0.60 160.69 0.73 0.23
Hex 10 67 4B 54 0 1B 3C A1 49 17
Octal 20 147 113 124 0 33 74 241 111 27
Binary 10000 1100111 1001011 1010100 0 11011 111100 10100001 1001001 10111

Color Harmonies of #10674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10674B

Black with #10674B

Text Example


Text Example

White with #10674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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