Html Css Color HEX #06885D Deep Sea

📋 copy color: '#06885D'

red 6 ◦ green 136 ◦ blue 93

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

Shades of Deep Sea #06885D

Tints of Deep Sea #06885D

RGB

 RED value IS 6 (2.73% from 255) = 2.55%

 GREEN value IS 136 (53.52% from 255) = 57.87%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 2.55%
G = 57.87%
B = 39.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#06885D (or 0x06885D) is known color: Deep Sea. HEX triplet: 06, 88 and 5D. RGB value is (6,136,93). Sum of RGB (Red+Green+Blue) = 6+136+93=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #06885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06885D is #F977A2. Grayscale: #5C5C5C. Windows color (decimal): -16349091 or 6129670. OLE color: 6129670.

HSL color Cylindrical-coordinate representation of color #06885D: hue angle of 160.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06885D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 93 -
CMYK 0.96 0 0.32 0.47
HSL 160.15º 0.92% 0.28% -
HSV(B) 160.15º 0.96% 0.53% -
XYZ 10.86 18.44 13.34 -
YUV 92.23 128.43 66.5 -
System Red Green Blue C M Y K H S L
Decimal 6 136 93 0.96 0 0.32 0.47 160.15 0.92 0.28
Hex 6 88 5D 60 0 20 2F A0 5C 1C
Octal 6 210 135 140 0 40 57 240 134 34
Binary 110 10001000 1011101 1100000 0 100000 101111 10100000 1011100 11100

Color Harmonies of #06885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06885D

Black with #06885D

Text Example


Text Example

White with #06885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06885D; }

 p { color: rgb(6,136,93); }

 H1.HeaderClassName
 {
   color: #06885D;
 }
 .AnyTagClassName
 {
   color: #06885D;
 }
</style>

background-color css

<style>
 a { background-color: #06885D; }

 a { background-color: rgb(6,136,93); }

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

border-color css

<style>
 span { border-color: #06885D; }

 span { border-color: rgb(6,136,93); }

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