Html Css Color HEX #0A736B Pine Green

📋 copy color: '#0A736B'

red 10 ◦ green 115 ◦ blue 107

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

Shades of Pine Green #0A736B

Tints of Pine Green #0A736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 4.31%
G = 49.57%
B = 46.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#0A736B (or 0x0A736B) is known color: Pine Green. HEX triplet: 0A, 73 and 6B. RGB value is (10,115,107). Sum of RGB (Red+Green+Blue) = 10+115+107=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #0A736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A736B is #F58C94. Grayscale: #525252. Windows color (decimal): -16092309 or 7041802. OLE color: 7041802.

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

Color convert

RGB 10 115 107 -
CMYK 0.91 0 0.07 0.55
HSL 175.43º 0.84% 0.25% -
HSV(B) 175.43º 0.91% 0.45% -
XYZ 8.91 13.39 16.02 -
YUV 82.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 10 115 107 0.91 0 0.07 0.55 175.43 0.84 0.25
Hex A 73 6B 5B 0 7 37 AF 54 19
Octal 12 163 153 133 0 7 67 257 124 31
Binary 1010 1110011 1101011 1011011 0 111 110111 10101111 1010100 11001

Color Harmonies of #0A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A736B

Black with #0A736B

Text Example


Text Example

White with #0A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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