Html Css Color HEX #06B268 Jade

📋 copy color: '#06B268'

red 6 ◦ green 178 ◦ blue 104

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

Shades of Jade #06B268

Tints of Jade #06B268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 2.08%
G = 61.81%
B = 36.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#06B268 (or 0x06B268) is known color: Jade. HEX triplet: 06, B2 and 68. RGB value is (6,178,104). Sum of RGB (Red+Green+Blue) = 6+178+104=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #06B268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B268 is #F94D97. Grayscale: #767676. Windows color (decimal): -16338328 or 6861318. OLE color: 6861318.

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

Color convert

RGB 6 178 104 -
CMYK 0.97 0 0.42 0.30
HSL 154.19º 0.93% 0.36% -
HSV(B) 154.19º 0.97% 0.7% -
XYZ 18.49 32.88 18.47 -
YUV 118.14 120.02 48.02 -
System Red Green Blue C M Y K H S L
Decimal 6 178 104 0.97 0 0.42 0.30 154.19 0.93 0.36
Hex 6 B2 68 61 0 2A 1E 9A 5D 24
Octal 6 262 150 141 0 52 36 232 135 44
Binary 110 10110010 1101000 1100001 0 101010 11110 10011010 1011101 100100

Color Harmonies of #06B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B268

Black with #06B268

Text Example


Text Example

White with #06B268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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