Html Css Color HEX #07B966 Jade

📋 copy color: '#07B966'

red 7 ◦ green 185 ◦ blue 102

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

Shades of Jade #07B966

Tints of Jade #07B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.93%

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 2.38%
G = 62.93%
B = 34.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#07B966 (or 0x07B966) is known color: Jade. HEX triplet: 07, B9 and 66. RGB value is (7,185,102). Sum of RGB (Red+Green+Blue) = 7+185+102=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #07B966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B966 is #F84699. Grayscale: #7A7A7A. Windows color (decimal): -16271002 or 6732039. OLE color: 6732039.

HSL color Cylindrical-coordinate representation of color #07B966: hue angle of 152.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B966 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 185 102 -
CMYK 0.96 0 0.45 0.27
HSL 152.02º 0.93% 0.38% -
HSV(B) 152.02º 0.96% 0.73% -
XYZ 19.83 35.7 18.42 -
YUV 122.32 116.53 45.75 -
System Red Green Blue C M Y K H S L
Decimal 7 185 102 0.96 0 0.45 0.27 152.02 0.93 0.38
Hex 7 B9 66 60 0 2D 1B 98 5D 26
Octal 7 271 146 140 0 55 33 230 135 46
Binary 111 10111001 1100110 1100000 0 101101 11011 10011000 1011101 100110

Color Harmonies of #07B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B966

Black with #07B966

Text Example


Text Example

White with #07B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,185,102); }

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

background-color css

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

 a { background-color: rgb(7,185,102); }

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

border-color css

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

 span { border-color: rgb(7,185,102); }

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