Html Css Color HEX #0D6F6C Pine Green

📋 copy color: '#0D6F6C'

red 13 ◦ green 111 ◦ blue 108

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

Shades of Pine Green #0D6F6C

Tints of Pine Green #0D6F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 5.6%
G = 47.84%
B = 46.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#0D6F6C (or 0x0D6F6C) is known color: Pine Green. HEX triplet: 0D, 6F and 6C. RGB value is (13,111,108). Sum of RGB (Red+Green+Blue) = 13+111+108=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F6C is #F29093. Grayscale: #515151. Windows color (decimal): -15896724 or 7106317. OLE color: 7106317.

HSL color Cylindrical-coordinate representation of color #0D6F6C: hue angle of 178.16º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F6C is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 111 108 -
CMYK 0.88 0 0.03 0.56
HSL 178.16º 0.79% 0.24% -
HSV(B) 178.16º 0.88% 0.44% -
XYZ 8.56 12.54 16.16 -
YUV 81.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 13 111 108 0.88 0 0.03 0.56 178.16 0.79 0.24
Hex D 6F 6C 58 0 3 38 B2 4F 18
Octal 15 157 154 130 0 3 70 262 117 30
Binary 1101 1101111 1101100 1011000 0 11 111000 10110010 1001111 11000

Color Harmonies of #0D6F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6F6C

Black with #0D6F6C

Text Example


Text Example

White with #0D6F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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