Html Css Color HEX #0B7168 Pine Green

📋 copy color: '#0B7168'

red 11 ◦ green 113 ◦ blue 104

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

Shades of Pine Green #0B7168

Tints of Pine Green #0B7168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 4.82%
G = 49.56%
B = 45.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#0B7168 (or 0x0B7168) is known color: Pine Green. HEX triplet: 0B, 71 and 68. RGB value is (11,113,104). Sum of RGB (Red+Green+Blue) = 11+113+104=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7168 is #F48E97. Grayscale: #515151. Windows color (decimal): -16027288 or 6844683. OLE color: 6844683.

HSL color Cylindrical-coordinate representation of color #0B7168: hue angle of 174.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7168 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 113 104 -
CMYK 0.90 0 0.08 0.56
HSL 174.71º 0.82% 0.24% -
HSV(B) 174.71º 0.9% 0.44% -
XYZ 8.54 12.88 15.13 -
YUV 81.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 11 113 104 0.90 0 0.08 0.56 174.71 0.82 0.24
Hex B 71 68 5A 0 8 38 AF 52 18
Octal 13 161 150 132 0 10 70 257 122 30
Binary 1011 1110001 1101000 1011010 0 1000 111000 10101111 1010010 11000

Color Harmonies of #0B7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7168

Black with #0B7168

Text Example


Text Example

White with #0B7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,104); }

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

background-color css

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

 a { background-color: rgb(11,113,104); }

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

border-color css

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

 span { border-color: rgb(11,113,104); }

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