Html Css Color HEX #07BF6B Jade

📋 copy color: '#07BF6B'

red 7 ◦ green 191 ◦ blue 107

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

Shades of Jade #07BF6B

Tints of Jade #07BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 2.3%
G = 62.62%
B = 35.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#07BF6B (or 0x07BF6B) is known color: Jade. HEX triplet: 07, BF and 6B. RGB value is (7,191,107). Sum of RGB (Red+Green+Blue) = 7+191+107=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BF6B is #F84094. Grayscale: #7E7E7E. Windows color (decimal): -16269461 or 7061255. OLE color: 7061255.

HSL color Cylindrical-coordinate representation of color #07BF6B: hue angle of 152.61º 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 #07BF6B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 191 107 -
CMYK 0.96 0 0.44 0.25
HSL 152.61º 0.93% 0.39% -
HSV(B) 152.61º 0.96% 0.75% -
XYZ 21.37 38.37 20.19 -
YUV 126.41 117.04 42.83 -
System Red Green Blue C M Y K H S L
Decimal 7 191 107 0.96 0 0.44 0.25 152.61 0.93 0.39
Hex 7 BF 6B 60 0 2C 19 99 5D 27
Octal 7 277 153 140 0 54 31 231 135 47
Binary 111 10111111 1101011 1100000 0 101100 11001 10011001 1011101 100111

Color Harmonies of #07BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF6B

Black with #07BF6B

Text Example


Text Example

White with #07BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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