Html Css Color HEX #06B06F Jade

📋 copy color: '#06B06F'

red 6 ◦ green 176 ◦ blue 111

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

Shades of Jade #06B06F

Tints of Jade #06B06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.07%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 2.05%
G = 60.07%
B = 37.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#06B06F (or 0x06B06F) is known color: Jade. HEX triplet: 06, B0 and 6F. RGB value is (6,176,111). Sum of RGB (Red+Green+Blue) = 6+176+111=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #06B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B06F is #F94F90. Grayscale: #757575. Windows color (decimal): -16338833 or 7319558. OLE color: 7319558.

HSL color Cylindrical-coordinate representation of color #06B06F: hue angle of 157.06º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B06F is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 176 111 -
CMYK 0.97 0 0.37 0.31
HSL 157.06º 0.93% 0.36% -
HSV(B) 157.06º 0.97% 0.69% -
XYZ 18.47 32.24 20.29 -
YUV 117.76 124.18 48.29 -
System Red Green Blue C M Y K H S L
Decimal 6 176 111 0.97 0 0.37 0.31 157.06 0.93 0.36
Hex 6 B0 6F 61 0 25 1F 9D 5D 24
Octal 6 260 157 141 0 45 37 235 135 44
Binary 110 10110000 1101111 1100001 0 100101 11111 10011101 1011101 100100

Color Harmonies of #06B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B06F

Black with #06B06F

Text Example


Text Example

White with #06B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B06F; }

 p { color: rgb(6,176,111); }

 H1.HeaderClassName
 {
   color: #06B06F;
 }
 .AnyTagClassName
 {
   color: #06B06F;
 }
</style>

background-color css

<style>
 a { background-color: #06B06F; }

 a { background-color: rgb(6,176,111); }

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

border-color css

<style>
 span { border-color: #06B06F; }

 span { border-color: rgb(6,176,111); }

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