Html Css Color HEX #0A6E67 Pine Green

📋 copy color: '#0A6E67'

red 10 ◦ green 110 ◦ blue 103

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

Shades of Pine Green #0A6E67

Tints of Pine Green #0A6E67

RGB

 RED value IS 10 (4.3% from 255) = 4.48%

 GREEN value IS 110 (43.36% from 255) = 49.33%

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 4.48%
G = 49.33%
B = 46.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#0A6E67 (or 0x0A6E67) is known color: Pine Green. HEX triplet: 0A, 6E and 67. RGB value is (10,110,103). Sum of RGB (Red+Green+Blue) = 10+110+103=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E67 is #F59198. Grayscale: #4F4F4F. Windows color (decimal): -16093593 or 6778378. OLE color: 6778378.

HSL color Cylindrical-coordinate representation of color #0A6E67: hue angle of 175.8º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6E67 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 110 103 -
CMYK 0.91 0 0.06 0.57
HSL 175.8º 0.83% 0.24% -
HSV(B) 175.8º 0.91% 0.43% -
XYZ 8.15 12.2 14.76 -
YUV 79.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 10 110 103 0.91 0 0.06 0.57 175.8 0.83 0.24
Hex A 6E 67 5B 0 6 39 B0 53 18
Octal 12 156 147 133 0 6 71 260 123 30
Binary 1010 1101110 1100111 1011011 0 110 111001 10110000 1010011 11000

Color Harmonies of #0A6E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6E67

Black with #0A6E67

Text Example


Text Example

White with #0A6E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,110,103); }

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

background-color css

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

 a { background-color: rgb(10,110,103); }

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

border-color css

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

 span { border-color: rgb(10,110,103); }

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