Html Css Color HEX #06865F Deep Sea

📋 copy color: '#06865F'

red 6 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #06865F

Tints of Deep Sea #06865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 2.55%
G = 57.02%
B = 40.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#06865F (or 0x06865F) is known color: Deep Sea. HEX triplet: 06, 86 and 5F. RGB value is (6,134,95). Sum of RGB (Red+Green+Blue) = 6+134+95=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #06865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06865F is #F979A0. Grayscale: #5B5B5B. Windows color (decimal): -16349601 or 6260230. OLE color: 6260230.

HSL color Cylindrical-coordinate representation of color #06865F: hue angle of 161.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06865F is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 95 -
CMYK 0.96 0 0.29 0.47
HSL 161.72º 0.91% 0.27% -
HSV(B) 161.72º 0.96% 0.53% -
XYZ 10.67 17.92 13.72 -
YUV 91.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 6 134 95 0.96 0 0.29 0.47 161.72 0.91 0.27
Hex 6 86 5F 60 0 1D 2F A2 5B 1B
Octal 6 206 137 140 0 35 57 242 133 33
Binary 110 10000110 1011111 1100000 0 11101 101111 10100010 1011011 11011

Color Harmonies of #06865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06865F

Black with #06865F

Text Example


Text Example

White with #06865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06865F; }

 p { color: rgb(6,134,95); }

 H1.HeaderClassName
 {
   color: #06865F;
 }
 .AnyTagClassName
 {
   color: #06865F;
 }
</style>

background-color css

<style>
 a { background-color: #06865F; }

 a { background-color: rgb(6,134,95); }

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

border-color css

<style>
 span { border-color: #06865F; }

 span { border-color: rgb(6,134,95); }

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