Html Css Color HEX #07B374 Jade

📋 copy color: '#07B374'

red 7 ◦ green 179 ◦ blue 116

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

Shades of Jade #07B374

Tints of Jade #07B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.27%

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

R = 2.32%
G = 59.27%
B = 38.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#07B374 (or 0x07B374) is known color: Jade. HEX triplet: 07, B3 and 74. RGB value is (7,179,116). Sum of RGB (Red+Green+Blue) = 7+179+116=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #07B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B374 is #F84C8B. Grayscale: #787878. Windows color (decimal): -16272524 or 7648007. OLE color: 7648007.

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

Color convert

RGB 7 179 116 -
CMYK 0.96 0 0.35 0.30
HSL 158.02º 0.92% 0.36% -
HSV(B) 158.02º 0.96% 0.7% -
XYZ 19.36 33.55 21.98 -
YUV 120.39 125.52 47.12 -
System Red Green Blue C M Y K H S L
Decimal 7 179 116 0.96 0 0.35 0.30 158.02 0.92 0.36
Hex 7 B3 74 60 0 23 1E 9E 5C 24
Octal 7 263 164 140 0 43 36 236 134 44
Binary 111 10110011 1110100 1100000 0 100011 11110 10011110 1011100 100100

Color Harmonies of #07B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B374

Black with #07B374

Text Example


Text Example

White with #07B374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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