Html Css Color HEX #06A765 Jade

📋 copy color: '#06A765'

red 6 ◦ green 167 ◦ blue 101

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

Shades of Jade #06A765

Tints of Jade #06A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.95%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 2.19%
G = 60.95%
B = 36.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#06A765 (or 0x06A765) is known color: Jade. HEX triplet: 06, A7 and 65. RGB value is (6,167,101). Sum of RGB (Red+Green+Blue) = 6+167+101=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 167 (65.62% from 255 or 60.95% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 167 - color contains mainly: green. Hex color #06A765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A765 is #F9589A. Grayscale: #6F6F6F. Windows color (decimal): -16341147 or 6661894. OLE color: 6661894.

HSL color Cylindrical-coordinate representation of color #06A765: hue angle of 155.4º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A765 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 167 101 -
CMYK 0.96 0 0.40 0.35
HSL 155.4º 0.93% 0.34% -
HSV(B) 155.4º 0.96% 0.65% -
XYZ 16.24 28.62 16.98 -
YUV 111.34 122.16 52.87 -
System Red Green Blue C M Y K H S L
Decimal 6 167 101 0.96 0 0.40 0.35 155.4 0.93 0.34
Hex 6 A7 65 60 0 28 23 9B 5D 22
Octal 6 247 145 140 0 50 43 233 135 42
Binary 110 10100111 1100101 1100000 0 101000 100011 10011011 1011101 100010

Color Harmonies of #06A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A765

Black with #06A765

Text Example


Text Example

White with #06A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,167,101); }

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

background-color css

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

 a { background-color: rgb(6,167,101); }

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

border-color css

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

 span { border-color: rgb(6,167,101); }

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