Html Css Color HEX #0D7B6F Pine Green

📋 copy color: '#0D7B6F'

red 13 ◦ green 123 ◦ blue 111

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

Shades of Pine Green #0D7B6F

Tints of Pine Green #0D7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.8%

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 5.26%
G = 49.8%
B = 44.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#0D7B6F (or 0x0D7B6F) is known color: Pine Green. HEX triplet: 0D, 7B and 6F. RGB value is (13,123,111). Sum of RGB (Red+Green+Blue) = 13+123+111=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7B6F is #F28490. Grayscale: #585858. Windows color (decimal): -15893649 or 7305997. OLE color: 7305997.

HSL color Cylindrical-coordinate representation of color #0D7B6F: hue angle of 173.45º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B6F is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 123 111 -
CMYK 0.89 0 0.10 0.52
HSL 173.45º 0.81% 0.27% -
HSV(B) 173.45º 0.89% 0.48% -
XYZ 10.12 15.4 17.48 -
YUV 88.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 13 123 111 0.89 0 0.10 0.52 173.45 0.81 0.27
Hex D 7B 6F 59 0 A 34 AD 51 1B
Octal 15 173 157 131 0 12 64 255 121 33
Binary 1101 1111011 1101111 1011001 0 1010 110100 10101101 1010001 11011

Color Harmonies of #0D7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7B6F

Black with #0D7B6F

Text Example


Text Example

White with #0D7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,123,111); }

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

background-color css

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

 a { background-color: rgb(13,123,111); }

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

border-color css

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

 span { border-color: rgb(13,123,111); }

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