Html Css Color HEX #0B746E Pine Green

📋 copy color: '#0B746E'

red 11 ◦ green 116 ◦ blue 110

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

Shades of Pine Green #0B746E

Tints of Pine Green #0B746E

RGB

 RED value IS 11 (4.69% from 255) = 4.64%

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 4.64%
G = 48.95%
B = 46.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#0B746E (or 0x0B746E) is known color: Pine Green. HEX triplet: 0B, 74 and 6E. RGB value is (11,116,110). Sum of RGB (Red+Green+Blue) = 11+116+110=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #0B746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B746E is #F48B91. Grayscale: #535353. Windows color (decimal): -16026514 or 7238667. OLE color: 7238667.

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

Color convert

RGB 11 116 110 -
CMYK 0.91 0 0.05 0.55
HSL 176.57º 0.83% 0.25% -
HSV(B) 176.57º 0.91% 0.45% -
XYZ 9.2 13.69 16.91 -
YUV 83.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 11 116 110 0.91 0 0.05 0.55 176.57 0.83 0.25
Hex B 74 6E 5B 0 5 37 B1 53 19
Octal 13 164 156 133 0 5 67 261 123 31
Binary 1011 1110100 1101110 1011011 0 101 110111 10110001 1010011 11001

Color Harmonies of #0B746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B746E

Black with #0B746E

Text Example


Text Example

White with #0B746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,116,110); }

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

background-color css

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

 a { background-color: rgb(11,116,110); }

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

border-color css

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

 span { border-color: rgb(11,116,110); }

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