Html Css Color HEX #06875A Deep Sea

📋 copy color: '#06875A'

red 6 ◦ green 135 ◦ blue 90

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

Shades of Deep Sea #06875A

Tints of Deep Sea #06875A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 2.6%
G = 58.44%
B = 38.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#06875A (or 0x06875A) is known color: Deep Sea. HEX triplet: 06, 87 and 5A. RGB value is (6,135,90). Sum of RGB (Red+Green+Blue) = 6+135+90=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #06875A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06875A is #F978A5. Grayscale: #5B5B5B. Windows color (decimal): -16349350 or 5932806. OLE color: 5932806.

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

Color convert

RGB 6 135 90 -
CMYK 0.96 0 0.33 0.47
HSL 159.07º 0.91% 0.28% -
HSV(B) 159.07º 0.96% 0.53% -
XYZ 10.58 18.1 12.61 -
YUV 91.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 6 135 90 0.96 0 0.33 0.47 159.07 0.91 0.28
Hex 6 87 5A 60 0 21 2F 9F 5B 1C
Octal 6 207 132 140 0 41 57 237 133 34
Binary 110 10000111 1011010 1100000 0 100001 101111 10011111 1011011 11100

Color Harmonies of #06875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06875A

Black with #06875A

Text Example


Text Example

White with #06875A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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