Html Css Color HEX #0B7B6F Pine Green

📋 copy color: '#0B7B6F'

red 11 ◦ green 123 ◦ blue 111

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

Shades of Pine Green #0B7B6F

Tints of Pine Green #0B7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.2%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 4.49%
G = 50.2%
B = 45.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#0B7B6F (or 0x0B7B6F) is known color: Pine Green. HEX triplet: 0B, 7B and 6F. RGB value is (11,123,111). Sum of RGB (Red+Green+Blue) = 11+123+111=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7B6F is #F48490. Grayscale: #585858. Windows color (decimal): -16024721 or 7305995. OLE color: 7305995.

HSL color Cylindrical-coordinate representation of color #0B7B6F: hue angle of 173.57º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B6F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 123 111 -
CMYK 0.91 0 0.10 0.52
HSL 173.57º 0.84% 0.26% -
HSV(B) 173.57º 0.91% 0.48% -
XYZ 10.09 15.38 17.48 -
YUV 88.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 11 123 111 0.91 0 0.10 0.52 173.57 0.84 0.26
Hex B 7B 6F 5B 0 A 34 AE 54 1A
Octal 13 173 157 133 0 12 64 256 124 32
Binary 1011 1111011 1101111 1011011 0 1010 110100 10101110 1010100 11010

Color Harmonies of #0B7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7B6F

Black with #0B7B6F

Text Example


Text Example

White with #0B7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,123,111); }

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

background-color css

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

 a { background-color: rgb(11,123,111); }

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

border-color css

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

 span { border-color: rgb(11,123,111); }

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