Html Css Color HEX #07690C Green

📋 copy color: '#07690C'

red 7 ◦ green 105 ◦ blue 12

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

Shades of Green #07690C

Tints of Green #07690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 5.65%
G = 84.68%
B = 9.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#07690C (or 0x07690C) is known color: Green. HEX triplet: 07, 69 and 0C. RGB value is (7,105,12). Sum of RGB (Red+Green+Blue) = 7+105+12=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #07690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07690C is #F896F3. Grayscale: #414141. Windows color (decimal): -16291572 or 813319. OLE color: 813319.

HSL color Cylindrical-coordinate representation of color #07690C: hue angle of 123.06º 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 #07690C is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 12 -
CMYK 0.93 0 0.89 0.59
HSL 123.06º 0.88% 0.22% -
HSV(B) 123.06º 0.93% 0.41% -
XYZ 5.21 10.17 2.04 -
YUV 65.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 7 105 12 0.93 0 0.89 0.59 123.06 0.88 0.22
Hex 7 69 C 5D 0 59 3B 7B 58 16
Octal 7 151 14 135 0 131 73 173 130 26
Binary 111 1101001 1100 1011101 0 1011001 111011 1111011 1011000 10110

Color Harmonies of #07690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07690C

Black with #07690C

Text Example


Text Example

White with #07690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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