Html Css Color HEX #06690D Green

📋 copy color: '#06690D'

red 6 ◦ green 105 ◦ blue 13

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

Shades of Green #06690D

Tints of Green #06690D

RGB

 RED value IS 6 (2.73% from 255) = 4.84%

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 4.84%
G = 84.68%
B = 10.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#06690D (or 0x06690D) is known color: Green. HEX triplet: 06, 69 and 0D. RGB value is (6,105,13). Sum of RGB (Red+Green+Blue) = 6+105+13=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #06690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690D is #F996F2. Grayscale: #414141. Windows color (decimal): -16357107 or 878854. OLE color: 878854.

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

Color convert

RGB 6 105 13 -
CMYK 0.94 0 0.88 0.59
HSL 124.24º 0.89% 0.22% -
HSV(B) 124.24º 0.94% 0.41% -
XYZ 5.2 10.17 2.07 -
YUV 64.91 98.7 85.98 -
System Red Green Blue C M Y K H S L
Decimal 6 105 13 0.94 0 0.88 0.59 124.24 0.89 0.22
Hex 6 69 D 5E 0 58 3B 7C 59 16
Octal 6 151 15 136 0 130 73 174 131 26
Binary 110 1101001 1101 1011110 0 1011000 111011 1111100 1011001 10110

Color Harmonies of #06690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06690D

Black with #06690D

Text Example


Text Example

White with #06690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06690D; }

 p { color: rgb(6,105,13); }

 H1.HeaderClassName
 {
   color: #06690D;
 }
 .AnyTagClassName
 {
   color: #06690D;
 }
</style>

background-color css

<style>
 a { background-color: #06690D; }

 a { background-color: rgb(6,105,13); }

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

border-color css

<style>
 span { border-color: #06690D; }

 span { border-color: rgb(6,105,13); }

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