Html Css Color HEX #07690B Green

📋 copy color: '#07690B'

red 7 ◦ green 105 ◦ blue 11

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

Shades of Green #07690B

Tints of Green #07690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 85.37%

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 5.69%
G = 85.37%
B = 8.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#07690B (or 0x07690B) is known color: Green. HEX triplet: 07, 69 and 0B. RGB value is (7,105,11). Sum of RGB (Red+Green+Blue) = 7+105+11=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 105 (41.41% from 255 or 85.37% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 105 - color contains mainly: green. Hex color #07690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07690B is #F896F4. Grayscale: #414141. Windows color (decimal): -16291573 or 747783. OLE color: 747783.

HSL color Cylindrical-coordinate representation of color #07690B: hue angle of 122.45º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07690B is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 11 -
CMYK 0.93 0 0.90 0.59
HSL 122.45º 0.88% 0.22% -
HSV(B) 122.45º 0.93% 0.41% -
XYZ 5.2 10.17 2.01 -
YUV 64.98 97.53 86.64 -
System Red Green Blue C M Y K H S L
Decimal 7 105 11 0.93 0 0.90 0.59 122.45 0.88 0.22
Hex 7 69 B 5D 0 5A 3B 7A 58 16
Octal 7 151 13 135 0 132 73 172 130 26
Binary 111 1101001 1011 1011101 0 1011010 111011 1111010 1011000 10110

Color Harmonies of #07690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07690B

Black with #07690B

Text Example


Text Example

White with #07690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07690B; }

 p { color: rgb(7,105,11); }

 H1.HeaderClassName
 {
   color: #07690B;
 }
 .AnyTagClassName
 {
   color: #07690B;
 }
</style>

background-color css

<style>
 a { background-color: #07690B; }

 a { background-color: rgb(7,105,11); }

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

border-color css

<style>
 span { border-color: #07690B; }

 span { border-color: rgb(7,105,11); }

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