Html Css Color HEX #06B07C Jade

📋 copy color: '#06B07C'

red 6 ◦ green 176 ◦ blue 124

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

Shades of Jade #06B07C

Tints of Jade #06B07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 1.96%
G = 57.52%
B = 40.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#06B07C (or 0x06B07C) is known color: Jade. HEX triplet: 06, B0 and 7C. RGB value is (6,176,124). Sum of RGB (Red+Green+Blue) = 6+176+124=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #06B07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B07C is #F94F83. Grayscale: #777777. Windows color (decimal): -16338820 or 8171526. OLE color: 8171526.

HSL color Cylindrical-coordinate representation of color #06B07C: hue angle of 161.65º 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 #06B07C is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 176 124 -
CMYK 0.97 0 0.30 0.31
HSL 161.65º 0.93% 0.36% -
HSV(B) 161.65º 0.97% 0.69% -
XYZ 19.24 32.54 24.34 -
YUV 119.24 130.68 47.23 -
System Red Green Blue C M Y K H S L
Decimal 6 176 124 0.97 0 0.30 0.31 161.65 0.93 0.36
Hex 6 B0 7C 61 0 1E 1F A2 5D 24
Octal 6 260 174 141 0 36 37 242 135 44
Binary 110 10110000 1111100 1100001 0 11110 11111 10100010 1011101 100100

Color Harmonies of #06B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B07C

Black with #06B07C

Text Example


Text Example

White with #06B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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