Html Css Color HEX #0A7B67 Deep Sea

📋 copy color: '#0A7B67'

red 10 ◦ green 123 ◦ blue 103

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

Shades of Deep Sea #0A7B67

Tints of Deep Sea #0A7B67

RGB

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

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

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

R = 4.24%
G = 52.12%
B = 43.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#0A7B67 (or 0x0A7B67) is known color: Deep Sea. HEX triplet: 0A, 7B and 67. RGB value is (10,123,103). Sum of RGB (Red+Green+Blue) = 10+123+103=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B67 is #F58498. Grayscale: #565656. Windows color (decimal): -16090265 or 6781706. OLE color: 6781706.

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

Color convert

RGB 10 123 103 -
CMYK 0.92 0 0.16 0.52
HSL 169.38º 0.85% 0.26% -
HSV(B) 169.38º 0.92% 0.48% -
XYZ 9.66 15.21 15.26 -
YUV 86.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 10 123 103 0.92 0 0.16 0.52 169.38 0.85 0.26
Hex A 7B 67 5C 0 10 34 A9 55 1A
Octal 12 173 147 134 0 20 64 251 125 32
Binary 1010 1111011 1100111 1011100 0 10000 110100 10101001 1010101 11010

Color Harmonies of #0A7B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7B67

Black with #0A7B67

Text Example


Text Example

White with #0A7B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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