Html Css Color HEX #0F7B72 Pine Green

📋 copy color: '#0F7B72'

red 15 ◦ green 123 ◦ blue 114

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

Shades of Pine Green #0F7B72

Tints of Pine Green #0F7B72

RGB

 RED value IS 15 (6.25% from 255) = 5.95%

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

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 5.95%
G = 48.81%
B = 45.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#0F7B72 (or 0x0F7B72) is known color: Pine Green. HEX triplet: 0F, 7B and 72. RGB value is (15,123,114). Sum of RGB (Red+Green+Blue) = 15+123+114=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B72 is #F0848D. Grayscale: #595959. Windows color (decimal): -15762574 or 7502607. OLE color: 7502607.

HSL color Cylindrical-coordinate representation of color #0F7B72: hue angle of 175º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B72 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 123 114 -
CMYK 0.88 0 0.07 0.52
HSL 175º 0.78% 0.27% -
HSV(B) 175º 0.88% 0.48% -
XYZ 10.32 15.48 18.36 -
YUV 89.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 15 123 114 0.88 0 0.07 0.52 175 0.78 0.27
Hex F 7B 72 58 0 7 34 AF 4E 1B
Octal 17 173 162 130 0 7 64 257 116 33
Binary 1111 1111011 1110010 1011000 0 111 110100 10101111 1001110 11011

Color Harmonies of #0F7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B72

Black with #0F7B72

Text Example


Text Example

White with #0F7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,123,114); }

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

background-color css

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

 a { background-color: rgb(15,123,114); }

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

border-color css

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

 span { border-color: rgb(15,123,114); }

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