Html Css Color HEX #0A7067 Pine Green

📋 copy color: '#0A7067'

red 10 ◦ green 112 ◦ blue 103

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

Shades of Pine Green #0A7067

Tints of Pine Green #0A7067

RGB

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

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

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

R = 4.44%
G = 49.78%
B = 45.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#0A7067 (or 0x0A7067) is known color: Pine Green. HEX triplet: 0A, 70 and 67. RGB value is (10,112,103). Sum of RGB (Red+Green+Blue) = 10+112+103=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7067 is #F58F98. Grayscale: #505050. Windows color (decimal): -16093081 or 6778890. OLE color: 6778890.

HSL color Cylindrical-coordinate representation of color #0A7067: hue angle of 174.71º 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 #0A7067 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 103 -
CMYK 0.91 0 0.08 0.56
HSL 174.71º 0.84% 0.24% -
HSV(B) 174.71º 0.91% 0.44% -
XYZ 8.37 12.63 14.83 -
YUV 80.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 10 112 103 0.91 0 0.08 0.56 174.71 0.84 0.24
Hex A 70 67 5B 0 8 38 AF 54 18
Octal 12 160 147 133 0 10 70 257 124 30
Binary 1010 1110000 1100111 1011011 0 1000 111000 10101111 1010100 11000

Color Harmonies of #0A7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7067

Black with #0A7067

Text Example


Text Example

White with #0A7067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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