Html Css Color HEX #0A8762 Deep Sea

📋 copy color: '#0A8762'

red 10 ◦ green 135 ◦ blue 98

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

Shades of Deep Sea #0A8762

Tints of Deep Sea #0A8762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.56%

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 4.12%
G = 55.56%
B = 40.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#0A8762 (or 0x0A8762) is known color: Deep Sea. HEX triplet: 0A, 87 and 62. RGB value is (10,135,98). Sum of RGB (Red+Green+Blue) = 10+135+98=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8762 is #F5789D. Grayscale: #5D5D5D. Windows color (decimal): -16087198 or 6457098. OLE color: 6457098.

HSL color Cylindrical-coordinate representation of color #0A8762: hue angle of 162.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8762 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 135 98 -
CMYK 0.93 0 0.27 0.47
HSL 162.24º 0.86% 0.28% -
HSV(B) 162.24º 0.93% 0.53% -
XYZ 10.99 18.27 14.5 -
YUV 93.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 10 135 98 0.93 0 0.27 0.47 162.24 0.86 0.28
Hex A 87 62 5D 0 1B 2F A2 56 1C
Octal 12 207 142 135 0 33 57 242 126 34
Binary 1010 10000111 1100010 1011101 0 11011 101111 10100010 1010110 11100

Color Harmonies of #0A8762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8762

Black with #0A8762

Text Example


Text Example

White with #0A8762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,98); }

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

background-color css

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

 a { background-color: rgb(10,135,98); }

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

border-color css

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

 span { border-color: rgb(10,135,98); }

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