Html Css Color HEX #07B16C Jade

📋 copy color: '#07B16C'

red 7 ◦ green 177 ◦ blue 108

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

Shades of Jade #07B16C

Tints of Jade #07B16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.62%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 2.4%
G = 60.62%
B = 36.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#07B16C (or 0x07B16C) is known color: Jade. HEX triplet: 07, B1 and 6C. RGB value is (7,177,108). Sum of RGB (Red+Green+Blue) = 7+177+108=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #07B16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B16C is #F84E93. Grayscale: #767676. Windows color (decimal): -16273044 or 7123207. OLE color: 7123207.

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

Color convert

RGB 7 177 108 -
CMYK 0.96 0 0.39 0.31
HSL 155.65º 0.92% 0.36% -
HSV(B) 155.65º 0.96% 0.69% -
XYZ 18.52 32.57 19.5 -
YUV 118.3 122.18 48.61 -
System Red Green Blue C M Y K H S L
Decimal 7 177 108 0.96 0 0.39 0.31 155.65 0.92 0.36
Hex 7 B1 6C 60 0 27 1F 9C 5C 24
Octal 7 261 154 140 0 47 37 234 134 44
Binary 111 10110001 1101100 1100000 0 100111 11111 10011100 1011100 100100

Color Harmonies of #07B16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B16C

Black with #07B16C

Text Example


Text Example

White with #07B16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,177,108); }

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

background-color css

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

 a { background-color: rgb(7,177,108); }

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

border-color css

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

 span { border-color: rgb(7,177,108); }

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