Html Css Color HEX #06B275 Jade

📋 copy color: '#06B275'

red 6 ◦ green 178 ◦ blue 117

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

Shades of Jade #06B275

Tints of Jade #06B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.14%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 1.99%
G = 59.14%
B = 38.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#06B275 (or 0x06B275) is known color: Jade. HEX triplet: 06, B2 and 75. RGB value is (6,178,117). Sum of RGB (Red+Green+Blue) = 6+178+117=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #06B275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B275 is #F94D8A. Grayscale: #777777. Windows color (decimal): -16338315 or 7713286. OLE color: 7713286.

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

Color convert

RGB 6 178 117 -
CMYK 0.97 0 0.34 0.30
HSL 158.72º 0.93% 0.36% -
HSV(B) 158.72º 0.97% 0.7% -
XYZ 19.21 33.16 22.22 -
YUV 119.62 126.52 46.96 -
System Red Green Blue C M Y K H S L
Decimal 6 178 117 0.97 0 0.34 0.30 158.72 0.93 0.36
Hex 6 B2 75 61 0 22 1E 9F 5D 24
Octal 6 262 165 141 0 42 36 237 135 44
Binary 110 10110010 1110101 1100001 0 100010 11110 10011111 1011101 100100

Color Harmonies of #06B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B275

Black with #06B275

Text Example


Text Example

White with #06B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,178,117); }

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

background-color css

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

 a { background-color: rgb(6,178,117); }

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

border-color css

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

 span { border-color: rgb(6,178,117); }

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