Html Css Color HEX #06875F Deep Sea

📋 copy color: '#06875F'

red 6 ◦ green 135 ◦ blue 95

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

Shades of Deep Sea #06875F

Tints of Deep Sea #06875F

RGB

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

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

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

R = 2.54%
G = 57.2%
B = 40.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#06875F (or 0x06875F) is known color: Deep Sea. HEX triplet: 06, 87 and 5F. RGB value is (6,135,95). Sum of RGB (Red+Green+Blue) = 6+135+95=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #06875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06875F is #F978A0. Grayscale: #5B5B5B. Windows color (decimal): -16349345 or 6260486. OLE color: 6260486.

HSL color Cylindrical-coordinate representation of color #06875F: hue angle of 161.4º degrees, saturation: 0.91, 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 #06875F is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 95 -
CMYK 0.96 0 0.30 0.47
HSL 161.4º 0.91% 0.28% -
HSV(B) 161.4º 0.96% 0.53% -
XYZ 10.8 18.19 13.77 -
YUV 91.87 129.76 66.75 -
System Red Green Blue C M Y K H S L
Decimal 6 135 95 0.96 0 0.30 0.47 161.4 0.91 0.28
Hex 6 87 5F 60 0 1E 2F A1 5B 1C
Octal 6 207 137 140 0 36 57 241 133 34
Binary 110 10000111 1011111 1100000 0 11110 101111 10100001 1011011 11100

Color Harmonies of #06875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06875F

Black with #06875F

Text Example


Text Example

White with #06875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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