Html Css Color HEX #07B065 Jade

📋 copy color: '#07B065'

red 7 ◦ green 176 ◦ blue 101

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

Shades of Jade #07B065

Tints of Jade #07B065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.97%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 2.46%
G = 61.97%
B = 35.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#07B065 (or 0x07B065) is known color: Jade. HEX triplet: 07, B0 and 65. RGB value is (7,176,101). Sum of RGB (Red+Green+Blue) = 7+176+101=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #07B065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B065 is #F84F9A. Grayscale: #757575. Windows color (decimal): -16273307 or 6664199. OLE color: 6664199.

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

Color convert

RGB 7 176 101 -
CMYK 0.96 0 0.43 0.31
HSL 153.37º 0.92% 0.36% -
HSV(B) 153.37º 0.96% 0.69% -
XYZ 17.96 32.04 17.55 -
YUV 116.92 119.01 49.6 -
System Red Green Blue C M Y K H S L
Decimal 7 176 101 0.96 0 0.43 0.31 153.37 0.92 0.36
Hex 7 B0 65 60 0 2B 1F 99 5C 24
Octal 7 260 145 140 0 53 37 231 134 44
Binary 111 10110000 1100101 1100000 0 101011 11111 10011001 1011100 100100

Color Harmonies of #07B065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B065

Black with #07B065

Text Example


Text Example

White with #07B065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,176,101); }

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

background-color css

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

 a { background-color: rgb(7,176,101); }

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

border-color css

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

 span { border-color: rgb(7,176,101); }

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