Html Css Color HEX #06B262 Jade

📋 copy color: '#06B262'

red 6 ◦ green 178 ◦ blue 98

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

Shades of Jade #06B262

Tints of Jade #06B262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 2.13%
G = 63.12%
B = 34.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#06B262 (or 0x06B262) is known color: Jade. HEX triplet: 06, B2 and 62. RGB value is (6,178,98). Sum of RGB (Red+Green+Blue) = 6+178+98=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #06B262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B262 is #F94D9D. Grayscale: #757575. Windows color (decimal): -16338334 or 6468102. OLE color: 6468102.

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

Color convert

RGB 6 178 98 -
CMYK 0.97 0 0.45 0.30
HSL 152.09º 0.93% 0.36% -
HSV(B) 152.09º 0.97% 0.7% -
XYZ 18.2 32.76 16.92 -
YUV 117.45 117.02 48.5 -
System Red Green Blue C M Y K H S L
Decimal 6 178 98 0.97 0 0.45 0.30 152.09 0.93 0.36
Hex 6 B2 62 61 0 2D 1E 98 5D 24
Octal 6 262 142 141 0 55 36 230 135 44
Binary 110 10110010 1100010 1100001 0 101101 11110 10011000 1011101 100100

Color Harmonies of #06B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B262

Black with #06B262

Text Example


Text Example

White with #06B262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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