Html Css Color HEX #07BF74 Jade

📋 copy color: '#07BF74'

red 7 ◦ green 191 ◦ blue 116

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

Shades of Jade #07BF74

Tints of Jade #07BF74

RGB

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

 GREEN value IS 191 (75% from 255) = 60.83%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 2.23%
G = 60.83%
B = 36.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#07BF74 (or 0x07BF74) is known color: Jade. HEX triplet: 07, BF and 74. RGB value is (7,191,116). Sum of RGB (Red+Green+Blue) = 7+191+116=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BF74 is #F8408B. Grayscale: #7F7F7F. Windows color (decimal): -16269452 or 7651079. OLE color: 7651079.

HSL color Cylindrical-coordinate representation of color #07BF74: hue angle of 155.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BF74 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 191 116 -
CMYK 0.96 0 0.39 0.25
HSL 155.54º 0.93% 0.39% -
HSV(B) 155.54º 0.96% 0.75% -
XYZ 21.87 38.57 22.81 -
YUV 127.43 121.54 42.1 -
System Red Green Blue C M Y K H S L
Decimal 7 191 116 0.96 0 0.39 0.25 155.54 0.93 0.39
Hex 7 BF 74 60 0 27 19 9C 5D 27
Octal 7 277 164 140 0 47 31 234 135 47
Binary 111 10111111 1110100 1100000 0 100111 11001 10011100 1011101 100111

Color Harmonies of #07BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF74

Black with #07BF74

Text Example


Text Example

White with #07BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,191,116); }

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

background-color css

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

 a { background-color: rgb(7,191,116); }

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

border-color css

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

 span { border-color: rgb(7,191,116); }

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