Html Css Color HEX #0A736A Pine Green

📋 copy color: '#0A736A'

red 10 ◦ green 115 ◦ blue 106

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

Shades of Pine Green #0A736A

Tints of Pine Green #0A736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 4.33%
G = 49.78%
B = 45.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#0A736A (or 0x0A736A) is known color: Pine Green. HEX triplet: 0A, 73 and 6A. RGB value is (10,115,106). Sum of RGB (Red+Green+Blue) = 10+115+106=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #0A736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A736A is #F58C95. Grayscale: #525252. Windows color (decimal): -16092310 or 6976266. OLE color: 6976266.

HSL color Cylindrical-coordinate representation of color #0A736A: hue angle of 174.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A736A is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 115 106 -
CMYK 0.91 0 0.08 0.55
HSL 174.86º 0.84% 0.25% -
HSV(B) 174.86º 0.91% 0.45% -
XYZ 8.86 13.37 15.75 -
YUV 82.58 141.21 76.23 -
System Red Green Blue C M Y K H S L
Decimal 10 115 106 0.91 0 0.08 0.55 174.86 0.84 0.25
Hex A 73 6A 5B 0 8 37 AF 54 19
Octal 12 163 152 133 0 10 67 257 124 31
Binary 1010 1110011 1101010 1011011 0 1000 110111 10101111 1010100 11001

Color Harmonies of #0A736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A736A

Black with #0A736A

Text Example


Text Example

White with #0A736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,115,106); }

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

background-color css

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

 a { background-color: rgb(10,115,106); }

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

border-color css

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

 span { border-color: rgb(10,115,106); }

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