Html Css Color HEX #0B7B6C Pine Green

📋 copy color: '#0B7B6C'

red 11 ◦ green 123 ◦ blue 108

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

Shades of Pine Green #0B7B6C

Tints of Pine Green #0B7B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 4.55%
G = 50.83%
B = 44.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#0B7B6C (or 0x0B7B6C) is known color: Pine Green. HEX triplet: 0B, 7B and 6C. RGB value is (11,123,108). Sum of RGB (Red+Green+Blue) = 11+123+108=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7B6C is #F48493. Grayscale: #575757. Windows color (decimal): -16024724 or 7109387. OLE color: 7109387.

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

Color convert

RGB 11 123 108 -
CMYK 0.91 0 0.12 0.52
HSL 171.96º 0.84% 0.26% -
HSV(B) 171.96º 0.91% 0.48% -
XYZ 9.93 15.32 16.62 -
YUV 87.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 11 123 108 0.91 0 0.12 0.52 171.96 0.84 0.26
Hex B 7B 6C 5B 0 C 34 AC 54 1A
Octal 13 173 154 133 0 14 64 254 124 32
Binary 1011 1111011 1101100 1011011 0 1100 110100 10101100 1010100 11010

Color Harmonies of #0B7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7B6C

Black with #0B7B6C

Text Example


Text Example

White with #0B7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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