Html Css Color HEX #07B378 Jade

📋 copy color: '#07B378'

red 7 ◦ green 179 ◦ blue 120

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

Shades of Jade #07B378

Tints of Jade #07B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 2.29%
G = 58.5%
B = 39.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#07B378 (or 0x07B378) is known color: Jade. HEX triplet: 07, B3 and 78. RGB value is (7,179,120). Sum of RGB (Red+Green+Blue) = 7+179+120=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #07B378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B378 is #F84C87. Grayscale: #787878. Windows color (decimal): -16272520 or 7910151. OLE color: 7910151.

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

Color convert

RGB 7 179 120 -
CMYK 0.96 0 0.33 0.30
HSL 159.42º 0.92% 0.36% -
HSV(B) 159.42º 0.96% 0.7% -
XYZ 19.6 33.64 23.23 -
YUV 120.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 7 179 120 0.96 0 0.33 0.30 159.42 0.92 0.36
Hex 7 B3 78 60 0 21 1E 9F 5C 24
Octal 7 263 170 140 0 41 36 237 134 44
Binary 111 10110011 1111000 1100000 0 100001 11110 10011111 1011100 100100

Color Harmonies of #07B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B378

Black with #07B378

Text Example


Text Example

White with #07B378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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