Html Css Color HEX #0A7C67 Deep Sea

📋 copy color: '#0A7C67'

red 10 ◦ green 124 ◦ blue 103

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

Shades of Deep Sea #0A7C67

Tints of Deep Sea #0A7C67

RGB

 RED value IS 10 (4.3% from 255) = 4.22%

 GREEN value IS 124 (48.83% from 255) = 52.32%

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

R = 4.22%
G = 52.32%
B = 43.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#0A7C67 (or 0x0A7C67) is known color: Deep Sea. HEX triplet: 0A, 7C and 67. RGB value is (10,124,103). Sum of RGB (Red+Green+Blue) = 10+124+103=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C67 is #F58398. Grayscale: #575757. Windows color (decimal): -16090009 or 6781962. OLE color: 6781962.

HSL color Cylindrical-coordinate representation of color #0A7C67: hue angle of 168.95º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C67 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 103 -
CMYK 0.92 0 0.17 0.51
HSL 168.95º 0.85% 0.26% -
HSV(B) 168.95º 0.92% 0.49% -
XYZ 9.78 15.46 15.3 -
YUV 87.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 10 124 103 0.92 0 0.17 0.51 168.95 0.85 0.26
Hex A 7C 67 5C 0 11 33 A9 55 1A
Octal 12 174 147 134 0 21 63 251 125 32
Binary 1010 1111100 1100111 1011100 0 10001 110011 10101001 1010101 11010

Color Harmonies of #0A7C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C67

Black with #0A7C67

Text Example


Text Example

White with #0A7C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,124,103); }

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

background-color css

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

 a { background-color: rgb(10,124,103); }

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

border-color css

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

 span { border-color: rgb(10,124,103); }

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