Html Css Color HEX #07A664 Jade

📋 copy color: '#07A664'

red 7 ◦ green 166 ◦ blue 100

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

Shades of Jade #07A664

Tints of Jade #07A664

RGB

 RED value IS 7 (3.13% from 255) = 2.56%

 GREEN value IS 166 (65.23% from 255) = 60.81%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 2.56%
G = 60.81%
B = 36.63%

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

#07A664 (or 0x07A664) is known color: Jade. HEX triplet: 07, A6 and 64. RGB value is (7,166,100). Sum of RGB (Red+Green+Blue) = 7+166+100=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #07A664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A664 is #F8599B. Grayscale: #6F6F6F. Windows color (decimal): -16275868 or 6596103. OLE color: 6596103.

HSL color Cylindrical-coordinate representation of color #07A664: hue angle of 155.09º degrees, saturation: 0.92, 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 #07A664 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 7 166 100 -
CMYK 0.96 0 0.40 0.35
HSL 155.09º 0.92% 0.34% -
HSV(B) 155.09º 0.96% 0.65% -
XYZ 16.02 28.24 16.66 -
YUV 110.94 121.82 53.87 -
System Red Green Blue C M Y K H S L
Decimal 7 166 100 0.96 0 0.40 0.35 155.09 0.92 0.34
Hex 7 A6 64 60 0 28 23 9B 5C 22
Octal 7 246 144 140 0 50 43 233 134 42
Binary 111 10100110 1100100 1100000 0 101000 100011 10011011 1011100 100010

Color Harmonies of #07A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A664

Black with #07A664

Text Example


Text Example

White with #07A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A664; }

 p { color: rgb(7,166,100); }

 H1.HeaderClassName
 {
   color: #07A664;
 }
 .AnyTagClassName
 {
   color: #07A664;
 }
</style>

background-color css

<style>
 a { background-color: #07A664; }

 a { background-color: rgb(7,166,100); }

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

border-color css

<style>
 span { border-color: #07A664; }

 span { border-color: rgb(7,166,100); }

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