Html Css Color HEX #06986D Free Speech Aquamarine

📋 copy color: '#06986D'

red 6 ◦ green 152 ◦ blue 109

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

Shades of Free Speech Aquamarine #06986D

Tints of Free Speech Aquamarine #06986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.93%

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 2.25%
G = 56.93%
B = 40.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#06986D (or 0x06986D) is known color: Free Speech Aquamarine. HEX triplet: 06, 98 and 6D. RGB value is (6,152,109). Sum of RGB (Red+Green+Blue) = 6+152+109=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #06986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06986D is #F96792. Grayscale: #676767. Windows color (decimal): -16344979 or 7182342. OLE color: 7182342.

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

Color convert

RGB 6 152 109 -
CMYK 0.96 0 0.28 0.40
HSL 162.33º 0.92% 0.31% -
HSV(B) 162.33º 0.96% 0.6% -
XYZ 14.06 23.6 18.28 -
YUV 103.44 131.13 58.5 -
System Red Green Blue C M Y K H S L
Decimal 6 152 109 0.96 0 0.28 0.40 162.33 0.92 0.31
Hex 6 98 6D 60 0 1C 28 A2 5C 1F
Octal 6 230 155 140 0 34 50 242 134 37
Binary 110 10011000 1101101 1100000 0 11100 101000 10100010 1011100 11111

Color Harmonies of #06986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06986D

Black with #06986D

Text Example


Text Example

White with #06986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,152,109); }

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

background-color css

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

 a { background-color: rgb(6,152,109); }

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

border-color css

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

 span { border-color: rgb(6,152,109); }

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