Html Css Color HEX #07BC6E Jade

📋 copy color: '#07BC6E'

red 7 ◦ green 188 ◦ blue 110

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

Shades of Jade #07BC6E

Tints of Jade #07BC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.64%

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 2.3%
G = 61.64%
B = 36.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#07BC6E (or 0x07BC6E) is known color: Jade. HEX triplet: 07, BC and 6E. RGB value is (7,188,110). Sum of RGB (Red+Green+Blue) = 7+188+110=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC6E is #F84391. Grayscale: #7D7D7D. Windows color (decimal): -16270226 or 7257095. OLE color: 7257095.

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

Color convert

RGB 7 188 110 -
CMYK 0.96 0 0.41 0.26
HSL 154.14º 0.93% 0.38% -
HSV(B) 154.14º 0.96% 0.74% -
XYZ 20.89 37.14 20.82 -
YUV 124.99 119.53 43.84 -
System Red Green Blue C M Y K H S L
Decimal 7 188 110 0.96 0 0.41 0.26 154.14 0.93 0.38
Hex 7 BC 6E 60 0 29 1A 9A 5D 26
Octal 7 274 156 140 0 51 32 232 135 46
Binary 111 10111100 1101110 1100000 0 101001 11010 10011010 1011101 100110

Color Harmonies of #07BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC6E

Black with #07BC6E

Text Example


Text Example

White with #07BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,110); }

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

background-color css

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

 a { background-color: rgb(7,188,110); }

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

border-color css

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

 span { border-color: rgb(7,188,110); }

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