Html Css Color HEX #07BB67 Jade

📋 copy color: '#07BB67'

red 7 ◦ green 187 ◦ blue 103

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

Shades of Jade #07BB67

Tints of Jade #07BB67

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.96%

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

R = 2.36%
G = 62.96%
B = 34.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#07BB67 (or 0x07BB67) is known color: Jade. HEX triplet: 07, BB and 67. RGB value is (7,187,103). Sum of RGB (Red+Green+Blue) = 7+187+103=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB67 is #F84498. Grayscale: #7B7B7B. Windows color (decimal): -16270489 or 6798087. OLE color: 6798087.

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

Color convert

RGB 7 187 103 -
CMYK 0.96 0 0.45 0.27
HSL 152º 0.93% 0.38% -
HSV(B) 152º 0.96% 0.73% -
XYZ 20.31 36.57 18.82 -
YUV 123.6 116.37 44.83 -
System Red Green Blue C M Y K H S L
Decimal 7 187 103 0.96 0 0.45 0.27 152 0.93 0.38
Hex 7 BB 67 60 0 2D 1B 98 5D 26
Octal 7 273 147 140 0 55 33 230 135 46
Binary 111 10111011 1100111 1100000 0 101101 11011 10011000 1011101 100110

Color Harmonies of #07BB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB67

Black with #07BB67

Text Example


Text Example

White with #07BB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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