Html Css Color HEX #0A7069 Pine Green

📋 copy color: '#0A7069'

red 10 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #0A7069

Tints of Pine Green #0A7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 4.41%
G = 49.34%
B = 46.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#0A7069 (or 0x0A7069) is known color: Pine Green. HEX triplet: 0A, 70 and 69. RGB value is (10,112,105). Sum of RGB (Red+Green+Blue) = 10+112+105=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7069 is #F58F96. Grayscale: #505050. Windows color (decimal): -16093079 or 6909962. OLE color: 6909962.

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

Color convert

RGB 10 112 105 -
CMYK 0.91 0 0.06 0.56
HSL 175.88º 0.84% 0.24% -
HSV(B) 175.88º 0.91% 0.44% -
XYZ 8.47 12.67 15.36 -
YUV 80.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 10 112 105 0.91 0 0.06 0.56 175.88 0.84 0.24
Hex A 70 69 5B 0 6 38 B0 54 18
Octal 12 160 151 133 0 6 70 260 124 30
Binary 1010 1110000 1101001 1011011 0 110 111000 10110000 1010100 11000

Color Harmonies of #0A7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7069

Black with #0A7069

Text Example


Text Example

White with #0A7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,105); }

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

background-color css

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

 a { background-color: rgb(10,112,105); }

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

border-color css

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

 span { border-color: rgb(10,112,105); }

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