Html Css Color HEX #0D654B Jewel

📋 copy color: '#0D654B'

red 13 ◦ green 101 ◦ blue 75

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

Shades of Jewel #0D654B

Tints of Jewel #0D654B

RGB

 RED value IS 13 (5.47% from 255) = 6.88%

 GREEN value IS 101 (39.84% from 255) = 53.44%

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

R = 6.88%
G = 53.44%
B = 39.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#0D654B (or 0x0D654B) is known color: Jewel. HEX triplet: 0D, 65 and 4B. RGB value is (13,101,75). Sum of RGB (Red+Green+Blue) = 13+101+75=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #0D654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D654B is #F29AB4. Grayscale: #474747. Windows color (decimal): -15899317 or 4941069. OLE color: 4941069.

HSL color Cylindrical-coordinate representation of color #0D654B: hue angle of 162.27º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D654B is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 101 75 -
CMYK 0.87 0 0.26 0.60
HSL 162.27º 0.77% 0.22% -
HSV(B) 162.27º 0.87% 0.4% -
XYZ 6.09 9.9 8.25 -
YUV 71.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 13 101 75 0.87 0 0.26 0.60 162.27 0.77 0.22
Hex D 65 4B 57 0 1A 3C A2 4D 16
Octal 15 145 113 127 0 32 74 242 115 26
Binary 1101 1100101 1001011 1010111 0 11010 111100 10100010 1001101 10110

Color Harmonies of #0D654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D654B

Black with #0D654B

Text Example


Text Example

White with #0D654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D654B; }

 p { color: rgb(13,101,75); }

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

background-color css

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

 a { background-color: rgb(13,101,75); }

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

border-color css

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

 span { border-color: rgb(13,101,75); }

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