Html Css Color HEX #07A268 Jade

📋 copy color: '#07A268'

red 7 ◦ green 162 ◦ blue 104

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

Shades of Jade #07A268

Tints of Jade #07A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 59.34%

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

R = 2.56%
G = 59.34%
B = 38.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#07A268 (or 0x07A268) is known color: Jade. HEX triplet: 07, A2 and 68. RGB value is (7,162,104). Sum of RGB (Red+Green+Blue) = 7+162+104=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #07A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A268 is #F85D97. Grayscale: #6D6D6D. Windows color (decimal): -16276888 or 6857223. OLE color: 6857223.

HSL color Cylindrical-coordinate representation of color #07A268: hue angle of 157.55º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A268 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 162 104 -
CMYK 0.96 0 0.36 0.36
HSL 157.55º 0.92% 0.33% -
HSV(B) 157.55º 0.96% 0.64% -
XYZ 15.51 26.89 17.47 -
YUV 109.04 125.15 55.22 -
System Red Green Blue C M Y K H S L
Decimal 7 162 104 0.96 0 0.36 0.36 157.55 0.92 0.33
Hex 7 A2 68 60 0 24 24 9E 5C 21
Octal 7 242 150 140 0 44 44 236 134 41
Binary 111 10100010 1101000 1100000 0 100100 100100 10011110 1011100 100001

Color Harmonies of #07A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A268

Black with #07A268

Text Example


Text Example

White with #07A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,162,104); }

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

background-color css

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

 a { background-color: rgb(7,162,104); }

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

border-color css

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

 span { border-color: rgb(7,162,104); }

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