Html Css Color HEX #07BC67 Jade

📋 copy color: '#07BC67'

red 7 ◦ green 188 ◦ blue 103

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

Shades of Jade #07BC67

Tints of Jade #07BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.09%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 2.35%
G = 63.09%
B = 34.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#07BC67 (or 0x07BC67) is known color: Jade. HEX triplet: 07, BC and 67. RGB value is (7,188,103). Sum of RGB (Red+Green+Blue) = 7+188+103=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC67 is #F84398. Grayscale: #7C7C7C. Windows color (decimal): -16270233 or 6798343. OLE color: 6798343.

HSL color Cylindrical-coordinate representation of color #07BC67: hue angle of 151.82º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC67 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 188 103 -
CMYK 0.96 0 0.45 0.26
HSL 151.82º 0.93% 0.38% -
HSV(B) 151.82º 0.96% 0.74% -
XYZ 20.52 36.99 18.89 -
YUV 124.19 116.03 44.41 -
System Red Green Blue C M Y K H S L
Decimal 7 188 103 0.96 0 0.45 0.26 151.82 0.93 0.38
Hex 7 BC 67 60 0 2D 1A 98 5D 26
Octal 7 274 147 140 0 55 32 230 135 46
Binary 111 10111100 1100111 1100000 0 101101 11010 10011000 1011101 100110

Color Harmonies of #07BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC67

Black with #07BC67

Text Example


Text Example

White with #07BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,103); }

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

background-color css

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

 a { background-color: rgb(7,188,103); }

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

border-color css

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

 span { border-color: rgb(7,188,103); }

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