Html Css Color HEX #0F7D67 Deep Sea

📋 copy color: '#0F7D67'

red 15 ◦ green 125 ◦ blue 103

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

Shades of Deep Sea #0F7D67

Tints of Deep Sea #0F7D67

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 6.17%
G = 51.44%
B = 42.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#0F7D67 (or 0x0F7D67) is known color: Deep Sea. HEX triplet: 0F, 7D and 67. RGB value is (15,125,103). Sum of RGB (Red+Green+Blue) = 15+125+103=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7D67 is #F08298. Grayscale: #595959. Windows color (decimal): -15762073 or 6782223. OLE color: 6782223.

HSL color Cylindrical-coordinate representation of color #0F7D67: hue angle of 168º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D67 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 125 103 -
CMYK 0.88 0 0.18 0.51
HSL 168º 0.79% 0.27% -
HSV(B) 168º 0.88% 0.49% -
XYZ 9.98 15.75 15.35 -
YUV 89.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 15 125 103 0.88 0 0.18 0.51 168 0.79 0.27
Hex F 7D 67 58 0 12 33 A8 4F 1B
Octal 17 175 147 130 0 22 63 250 117 33
Binary 1111 1111101 1100111 1011000 0 10010 110011 10101000 1001111 11011

Color Harmonies of #0F7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7D67

Black with #0F7D67

Text Example


Text Example

White with #0F7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,125,103); }

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

background-color css

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

 a { background-color: rgb(15,125,103); }

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

border-color css

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

 span { border-color: rgb(15,125,103); }

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